Html Css Color HEX #555E74 Chambray

📋 copy color: '#555E74'

red 85 ◦ green 94 ◦ blue 116

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

Shades of Chambray #555E74

Tints of Chambray #555E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

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

R = 28.81%
G = 31.86%
B = 39.32%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555E74 (or 0x555E74) is known color: Chambray. HEX triplet: 55, 5E and 74. RGB value is (85,94,116). Sum of RGB (Red+Green+Blue) = 85+94+116=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #555E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E74 is #AAA18B. Grayscale: #5D5D5D. Windows color (decimal): -11182476 or 7626325. OLE color: 7626325.

HSL color Cylindrical-coordinate representation of color #555E74: hue angle of 222.58º 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 #555E74 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 94 116 -
CMYK 0.27 0.19 0 0.55
HSL 222.58º 0.15% 0.39% -
HSV(B) 222.58º 0.27% 0.45% -
XYZ 10.9 11.2 18.11 -
YUV 93.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 85 94 116 0.27 0.19 0 0.55 222.58 0.15 0.39
Hex 55 5E 74 1B 13 0 37 DF F 27
Octal 125 136 164 33 23 0 67 337 17 47
Binary 1010101 1011110 1110100 11011 10011 0 110111 11011111 1111 100111

Color Harmonies of #555E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E74

Black with #555E74

Text Example


Text Example

White with #555E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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