Html Css Color HEX #555E71 Chambray

📋 copy color: '#555E71'

red 85 ◦ green 94 ◦ blue 113

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

Shades of Chambray #555E71

Tints of Chambray #555E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 29.11%
G = 32.19%
B = 38.7%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555E71 (or 0x555E71) is known color: Chambray. HEX triplet: 55, 5E and 71. RGB value is (85,94,113). Sum of RGB (Red+Green+Blue) = 85+94+113=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 113 - color contains mainly: blue. Hex color #555E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E71 is #AAA18E. Grayscale: #5D5D5D. Windows color (decimal): -11182479 or 7429717. OLE color: 7429717.

HSL color Cylindrical-coordinate representation of color #555E71: hue angle of 220.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555E71 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 94 113 -
CMYK 0.25 0.17 0 0.56
HSL 220.71º 0.14% 0.39% -
HSV(B) 220.71º 0.25% 0.44% -
XYZ 10.73 11.13 17.21 -
YUV 93.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 85 94 113 0.25 0.17 0 0.56 220.71 0.14 0.39
Hex 55 5E 71 19 11 0 38 DD E 27
Octal 125 136 161 31 21 0 70 335 16 47
Binary 1010101 1011110 1110001 11001 10001 0 111000 11011101 1110 100111

Color Harmonies of #555E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E71

Black with #555E71

Text Example


Text Example

White with #555E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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