Html Css Color HEX #538B5C Como

📋 copy color: '#538B5C'

red 83 ◦ green 139 ◦ blue 92

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

Shades of Como #538B5C

Tints of Como #538B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 26.43%
G = 44.27%
B = 29.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#538B5C (or 0x538B5C) is known color: Como. HEX triplet: 53, 8B and 5C. RGB value is (83,139,92). Sum of RGB (Red+Green+Blue) = 83+139+92=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #538B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B5C is #AC74A3. Grayscale: #757575. Windows color (decimal): -11302052 or 6064979. OLE color: 6064979.

HSL color Cylindrical-coordinate representation of color #538B5C: hue angle of 129.64º 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 #538B5C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 92 -
CMYK 0.40 0 0.34 0.45
HSL 129.64º 0.25% 0.44% -
HSV(B) 129.64º 0.4% 0.55% -
XYZ 14.73 21.08 13.42 -
YUV 116.9 113.95 103.82 -
System Red Green Blue C M Y K H S L
Decimal 83 139 92 0.40 0 0.34 0.45 129.64 0.25 0.44
Hex 53 8B 5C 28 0 22 2D 82 19 2C
Octal 123 213 134 50 0 42 55 202 31 54
Binary 1010011 10001011 1011100 101000 0 100010 101101 10000010 11001 101100

Color Harmonies of #538B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B5C

Black with #538B5C

Text Example


Text Example

White with #538B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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