Html Css Color HEX #556074 Chambray

📋 copy color: '#556074'

red 85 ◦ green 96 ◦ blue 116

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

Shades of Chambray #556074

Tints of Chambray #556074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.06%

R = 28.62%
G = 32.32%
B = 39.06%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556074 (or 0x556074) is known color: Chambray. HEX triplet: 55, 60 and 74. RGB value is (85,96,116). Sum of RGB (Red+Green+Blue) = 85+96+116=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #556074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556074 is #AA9F8B. Grayscale: #5E5E5E. Windows color (decimal): -11181964 or 7626837. OLE color: 7626837.

HSL color Cylindrical-coordinate representation of color #556074: hue angle of 218.71º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556074 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 96 116 -
CMYK 0.27 0.17 0 0.55
HSL 218.71º 0.15% 0.39% -
HSV(B) 218.71º 0.27% 0.45% -
XYZ 11.08 11.56 18.17 -
YUV 94.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 85 96 116 0.27 0.17 0 0.55 218.71 0.15 0.39
Hex 55 60 74 1B 11 0 37 DB F 27
Octal 125 140 164 33 21 0 67 333 17 47
Binary 1010101 1100000 1110100 11011 10001 0 110111 11011011 1111 100111

Color Harmonies of #556074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556074

Black with #556074

Text Example


Text Example

White with #556074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556074; }

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

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

background-color css

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

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

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

border-color css

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

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

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