Html Css Color HEX #557766 Como

📋 copy color: '#557766'

red 85 ◦ green 119 ◦ blue 102

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

Shades of Como #557766

Tints of Como #557766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

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

R = 27.78%
G = 38.89%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#557766 (or 0x557766) is known color: Como. HEX triplet: 55, 77 and 66. RGB value is (85,119,102). Sum of RGB (Red+Green+Blue) = 85+119+102=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #557766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557766 is #AA8899. Grayscale: #6A6A6A. Windows color (decimal): -11176090 or 6715221. OLE color: 6715221.

HSL color Cylindrical-coordinate representation of color #557766: 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.29%. Process color model (Four color, CMYK) of #557766 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 119 102 -
CMYK 0.29 0 0.14 0.53
HSL 150º 0.17% 0.4% -
HSV(B) 150º 0.29% 0.47% -
XYZ 12.74 16.08 15 -
YUV 106.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 85 119 102 0.29 0 0.14 0.53 150 0.17 0.4
Hex 55 77 66 1D 0 E 35 96 11 28
Octal 125 167 146 35 0 16 65 226 21 50
Binary 1010101 1110111 1100110 11101 0 1110 110101 10010110 10001 101000

Color Harmonies of #557766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557766

Black with #557766

Text Example


Text Example

White with #557766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557766; }

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

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

background-color css

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

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

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

border-color css

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

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

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