Html Css Color HEX #557967 Como

📋 copy color: '#557967'

red 85 ◦ green 121 ◦ blue 103

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

Shades of Como #557967

Tints of Como #557967

RGB

 RED value IS 85 (33.59% from 255) = 27.51%

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 27.51%
G = 39.16%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#557967 (or 0x557967) is known color: Como. HEX triplet: 55, 79 and 67. RGB value is (85,121,103). Sum of RGB (Red+Green+Blue) = 85+121+103=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #557967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557967 is #AA8698. Grayscale: #6C6C6C. Windows color (decimal): -11175577 or 6781269. OLE color: 6781269.

HSL color Cylindrical-coordinate representation of color #557967: hue angle of 150º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557967 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 103 -
CMYK 0.30 0 0.15 0.53
HSL 150º 0.17% 0.4% -
HSV(B) 150º 0.3% 0.47% -
XYZ 13.03 16.59 15.35 -
YUV 108.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 85 121 103 0.30 0 0.15 0.53 150 0.17 0.4
Hex 55 79 67 1E 0 F 35 96 11 28
Octal 125 171 147 36 0 17 65 226 21 50
Binary 1010101 1111001 1100111 11110 0 1111 110101 10010110 10001 101000

Color Harmonies of #557967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557967

Black with #557967

Text Example


Text Example

White with #557967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557967; }

 p { color: rgb(85,121,103); }

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

background-color css

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

 a { background-color: rgb(85,121,103); }

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

border-color css

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

 span { border-color: rgb(85,121,103); }

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