Html Css Color HEX #557666 Como

📋 copy color: '#557666'

red 85 ◦ green 118 ◦ blue 102

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

Shades of Como #557666

Tints of Como #557666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 27.87%
G = 38.69%
B = 33.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#557666 (or 0x557666) is known color: Como. HEX triplet: 55, 76 and 66. RGB value is (85,118,102). Sum of RGB (Red+Green+Blue) = 85+118+102=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #557666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557666 is #AA8999. Grayscale: #6A6A6A. Windows color (decimal): -11176346 or 6714965. OLE color: 6714965.

HSL color Cylindrical-coordinate representation of color #557666: hue angle of 150.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557666 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 102 -
CMYK 0.28 0 0.14 0.54
HSL 150.91º 0.16% 0.4% -
HSV(B) 150.91º 0.28% 0.46% -
XYZ 12.62 15.85 14.96 -
YUV 106.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 85 118 102 0.28 0 0.14 0.54 150.91 0.16 0.4
Hex 55 76 66 1C 0 E 36 97 10 28
Octal 125 166 146 34 0 16 66 227 20 50
Binary 1010101 1110110 1100110 11100 0 1110 110110 10010111 10000 101000

Color Harmonies of #557666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557666

Black with #557666

Text Example


Text Example

White with #557666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557666; }

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

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

background-color css

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

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

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

border-color css

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

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

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