Html Css Color HEX #556080 Chambray

📋 copy color: '#556080'

red 85 ◦ green 96 ◦ blue 128

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

Shades of Chambray #556080

Tints of Chambray #556080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 27.51%
G = 31.07%
B = 41.42%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#556080 (or 0x556080) is known color: Chambray. HEX triplet: 55, 60 and 80. RGB value is (85,96,128). Sum of RGB (Red+Green+Blue) = 85+96+128=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #556080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556080 is #AA9F7F. Grayscale: #606060. Windows color (decimal): -11181952 or 8413269. OLE color: 8413269.

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

Color convert

RGB 85 96 128 -
CMYK 0.34 0.25 0 0.50
HSL 224.65º 0.2% 0.42% -
HSV(B) 224.65º 0.34% 0.5% -
XYZ 11.83 11.86 22.09 -
YUV 96.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 85 96 128 0.34 0.25 0 0.50 224.65 0.2 0.42
Hex 55 60 80 22 19 0 32 E1 14 2A
Octal 125 140 200 42 31 0 62 341 24 52
Binary 1010101 1100000 10000000 100010 11001 0 110010 11100001 10100 101010

Color Harmonies of #556080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556080

Black with #556080

Text Example


Text Example

White with #556080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556080; }

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

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

background-color css

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

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

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

border-color css

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

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

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