Html Css Color HEX #538B5D Como

📋 copy color: '#538B5D'

red 83 ◦ green 139 ◦ blue 93

#538B5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #538B5D

Tints of Como #538B5D

RGB

 RED value IS 83 (32.81% from 255) = 26.35%

 GREEN value IS 139 (54.69% from 255) = 44.13%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 26.35%
G = 44.13%
B = 29.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#538B5D (or 0x538B5D) is known color: Como. HEX triplet: 53, 8B and 5D. RGB value is (83,139,93). Sum of RGB (Red+Green+Blue) = 83+139+93=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #538B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B5D is #AC74A2. Grayscale: #757575. Windows color (decimal): -11302051 or 6130515. OLE color: 6130515.

HSL color Cylindrical-coordinate representation of color #538B5D: hue angle of 130.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B5D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 93 -
CMYK 0.40 0 0.33 0.45
HSL 130.71º 0.25% 0.44% -
HSV(B) 130.71º 0.4% 0.55% -
XYZ 14.78 21.09 13.65 -
YUV 117.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 83 139 93 0.40 0 0.33 0.45 130.71 0.25 0.44
Hex 53 8B 5D 28 0 21 2D 83 19 2C
Octal 123 213 135 50 0 41 55 203 31 54
Binary 1010011 10001011 1011101 101000 0 100001 101101 10000011 11001 101100

Color Harmonies of #538B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B5D

Black with #538B5D

Text Example


Text Example

White with #538B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538B5D; }

 p { color: rgb(83,139,93); }

 H1.HeaderClassName
 {
   color: #538B5D;
 }
 .AnyTagClassName
 {
   color: #538B5D;
 }
</style>

background-color css

<style>
 a { background-color: #538B5D; }

 a { background-color: rgb(83,139,93); }

 div.DivClassName
 {
   background-color: #538B5D;
 }
 .BgClassName
 {
   background-color: #538B5D;
 }
</style>

border-color css

<style>
 span { border-color: #538B5D; }

 span { border-color: rgb(83,139,93); }

 td.TdClassName
 {
   border-color: #538B5D;
 }
 .TagClassName
 {
   border-color: #538B5D;
 }
</style>