Html Css Color HEX #556179 Chambray

📋 copy color: '#556179'

red 85 ◦ green 97 ◦ blue 121

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

Shades of Chambray #556179

Tints of Chambray #556179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 28.05%
G = 32.01%
B = 39.93%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556179 (or 0x556179) is known color: Chambray. HEX triplet: 55, 61 and 79. RGB value is (85,97,121). Sum of RGB (Red+Green+Blue) = 85+97+121=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #556179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556179 is #AA9E86. Grayscale: #606060. Windows color (decimal): -11181703 or 7954773. OLE color: 7954773.

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

Color convert

RGB 85 97 121 -
CMYK 0.30 0.20 0 0.53
HSL 220º 0.17% 0.4% -
HSV(B) 220º 0.3% 0.47% -
XYZ 11.47 11.86 19.77 -
YUV 96.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 85 97 121 0.30 0.20 0 0.53 220 0.17 0.4
Hex 55 61 79 1E 14 0 35 DC 11 28
Octal 125 141 171 36 24 0 65 334 21 50
Binary 1010101 1100001 1111001 11110 10100 0 110101 11011100 10001 101000

Color Harmonies of #556179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556179

Black with #556179

Text Example


Text Example

White with #556179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556179; }

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

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

background-color css

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

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

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

border-color css

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

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

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