Html Css Color HEX #556081 Chambray

📋 copy color: '#556081'

red 85 ◦ green 96 ◦ blue 129

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

Shades of Chambray #556081

Tints of Chambray #556081

RGB

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

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

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

R = 27.42%
G = 30.97%
B = 41.61%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#556081 (or 0x556081) is known color: Chambray. HEX triplet: 55, 60 and 81. RGB value is (85,96,129). Sum of RGB (Red+Green+Blue) = 85+96+129=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #556081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556081 is #AA9F7E. Grayscale: #606060. Windows color (decimal): -11181951 or 8478805. OLE color: 8478805.

HSL color Cylindrical-coordinate representation of color #556081: hue angle of 225º 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 #556081 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 96 129 -
CMYK 0.34 0.26 0 0.49
HSL 225º 0.21% 0.42% -
HSV(B) 225º 0.34% 0.51% -
XYZ 11.89 11.88 22.44 -
YUV 96.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 85 96 129 0.34 0.26 0 0.49 225 0.21 0.42
Hex 55 60 81 22 1A 0 31 E1 15 2A
Octal 125 140 201 42 32 0 61 341 25 52
Binary 1010101 1100000 10000001 100010 11010 0 110001 11100001 10101 101010

Color Harmonies of #556081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556081

Black with #556081

Text Example


Text Example

White with #556081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556081; }

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

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

background-color css

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

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

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

border-color css

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

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

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