Html Css Color HEX #557866 Como

📋 copy color: '#557866'

red 85 ◦ green 120 ◦ blue 102

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

Shades of Como #557866

Tints of Como #557866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 27.69%
G = 39.09%
B = 33.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#557866 (or 0x557866) is known color: Como. HEX triplet: 55, 78 and 66. RGB value is (85,120,102). Sum of RGB (Red+Green+Blue) = 85+120+102=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #557866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557866 is #AA8799. Grayscale: #6B6B6B. Windows color (decimal): -11175834 or 6715477. OLE color: 6715477.

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

Color convert

RGB 85 120 102 -
CMYK 0.29 0 0.15 0.53
HSL 149.14º 0.17% 0.4% -
HSV(B) 149.14º 0.29% 0.47% -
XYZ 12.86 16.32 15.04 -
YUV 107.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 85 120 102 0.29 0 0.15 0.53 149.14 0.17 0.4
Hex 55 78 66 1D 0 F 35 95 11 28
Octal 125 170 146 35 0 17 65 225 21 50
Binary 1010101 1111000 1100110 11101 0 1111 110101 10010101 10001 101000

Color Harmonies of #557866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557866

Black with #557866

Text Example


Text Example

White with #557866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557866; }

 p { color: rgb(85,120,102); }

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

background-color css

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

 a { background-color: rgb(85,120,102); }

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

border-color css

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

 span { border-color: rgb(85,120,102); }

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