Html Css Color HEX #556077 Chambray

📋 copy color: '#556077'

red 85 ◦ green 96 ◦ blue 119

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

Shades of Chambray #556077

Tints of Chambray #556077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 28.33%
G = 32%
B = 39.67%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556077 (or 0x556077) is known color: Chambray. HEX triplet: 55, 60 and 77. RGB value is (85,96,119). Sum of RGB (Red+Green+Blue) = 85+96+119=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #556077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556077 is #AA9F88. Grayscale: #5F5F5F. Windows color (decimal): -11181961 or 7823445. OLE color: 7823445.

HSL color Cylindrical-coordinate representation of color #556077: hue angle of 220.59º 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 #556077 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 96 119 -
CMYK 0.29 0.19 0 0.53
HSL 220.59º 0.17% 0.4% -
HSV(B) 220.59º 0.29% 0.47% -
XYZ 11.26 11.63 19.1 -
YUV 95.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 85 96 119 0.29 0.19 0 0.53 220.59 0.17 0.4
Hex 55 60 77 1D 13 0 35 DD 11 28
Octal 125 140 167 35 23 0 65 335 21 50
Binary 1010101 1100000 1110111 11101 10011 0 110101 11011101 10001 101000

Color Harmonies of #556077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556077

Black with #556077

Text Example


Text Example

White with #556077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556077; }

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

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

background-color css

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

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

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

border-color css

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

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

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