Html Css Color HEX #556181 Chambray

📋 copy color: '#556181'

red 85 ◦ green 97 ◦ blue 129

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

Shades of Chambray #556181

Tints of Chambray #556181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 27.33%
G = 31.19%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556181 (or 0x556181) is known color: Chambray. HEX triplet: 55, 61 and 81. RGB value is (85,97,129). Sum of RGB (Red+Green+Blue) = 85+97+129=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #556181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556181 is #AA9E7E. Grayscale: #606060. Windows color (decimal): -11181695 or 8479061. OLE color: 8479061.

HSL color Cylindrical-coordinate representation of color #556181: hue angle of 223.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #556181 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 97 129 -
CMYK 0.34 0.25 0 0.49
HSL 223.64º 0.21% 0.42% -
HSV(B) 223.64º 0.34% 0.51% -
XYZ 11.98 12.07 22.47 -
YUV 97.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 85 97 129 0.34 0.25 0 0.49 223.64 0.21 0.42
Hex 55 61 81 22 19 0 31 E0 15 2A
Octal 125 141 201 42 31 0 61 340 25 52
Binary 1010101 1100001 10000001 100010 11001 0 110001 11100000 10101 101010

Color Harmonies of #556181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556181

Black with #556181

Text Example


Text Example

White with #556181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556181; }

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

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

background-color css

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

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

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

border-color css

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

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

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