Html Css Color HEX #555D71 Chambray

📋 copy color: '#555D71'

red 85 ◦ green 93 ◦ blue 113

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

Shades of Chambray #555D71

Tints of Chambray #555D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.96%

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

R = 29.21%
G = 31.96%
B = 38.83%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555D71 (or 0x555D71) is known color: Chambray. HEX triplet: 55, 5D and 71. RGB value is (85,93,113). Sum of RGB (Red+Green+Blue) = 85+93+113=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #555D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D71 is #AAA28E. Grayscale: #5C5C5C. Windows color (decimal): -11182735 or 7429461. OLE color: 7429461.

HSL color Cylindrical-coordinate representation of color #555D71: hue angle of 222.86º 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 #555D71 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 93 113 -
CMYK 0.25 0.18 0 0.56
HSL 222.86º 0.14% 0.39% -
HSV(B) 222.86º 0.25% 0.44% -
XYZ 10.64 10.95 17.18 -
YUV 92.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 85 93 113 0.25 0.18 0 0.56 222.86 0.14 0.39
Hex 55 5D 71 19 12 0 38 DF E 27
Octal 125 135 161 31 22 0 70 337 16 47
Binary 1010101 1011101 1110001 11001 10010 0 111000 11011111 1110 100111

Color Harmonies of #555D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D71

Black with #555D71

Text Example


Text Example

White with #555D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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