Html Css Color HEX #556176 Chambray

📋 copy color: '#556176'

red 85 ◦ green 97 ◦ blue 118

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

Shades of Chambray #556176

Tints of Chambray #556176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 28.33%
G = 32.33%
B = 39.33%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556176 (or 0x556176) is known color: Chambray. HEX triplet: 55, 61 and 76. RGB value is (85,97,118). Sum of RGB (Red+Green+Blue) = 85+97+118=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #556176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556176 is #AA9E89. Grayscale: #5F5F5F. Windows color (decimal): -11181706 or 7758165. OLE color: 7758165.

HSL color Cylindrical-coordinate representation of color #556176: hue angle of 218.18º 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 #556176 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 97 118 -
CMYK 0.28 0.18 0 0.54
HSL 218.18º 0.16% 0.4% -
HSV(B) 218.18º 0.28% 0.46% -
XYZ 11.29 11.79 18.82 -
YUV 95.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 85 97 118 0.28 0.18 0 0.54 218.18 0.16 0.4
Hex 55 61 76 1C 12 0 36 DA 10 28
Octal 125 141 166 34 22 0 66 332 20 50
Binary 1010101 1100001 1110110 11100 10010 0 110110 11011010 10000 101000

Color Harmonies of #556176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556176

Black with #556176

Text Example


Text Example

White with #556176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556176; }

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

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

background-color css

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

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

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

border-color css

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

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

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