Html Css Color HEX #555F71 Chambray

📋 copy color: '#555F71'

red 85 ◦ green 95 ◦ blue 113

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

Shades of Chambray #555F71

Tints of Chambray #555F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 29.01%
G = 32.42%
B = 38.57%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555F71 (or 0x555F71) is known color: Chambray. HEX triplet: 55, 5F and 71. RGB value is (85,95,113). Sum of RGB (Red+Green+Blue) = 85+95+113=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #555F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F71 is #AAA08E. Grayscale: #5D5D5D. Windows color (decimal): -11182223 or 7429973. OLE color: 7429973.

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

Color convert

RGB 85 95 113 -
CMYK 0.25 0.16 0 0.56
HSL 218.57º 0.14% 0.39% -
HSV(B) 218.57º 0.25% 0.44% -
XYZ 10.82 11.31 17.24 -
YUV 94.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 85 95 113 0.25 0.16 0 0.56 218.57 0.14 0.39
Hex 55 5F 71 19 10 0 38 DB E 27
Octal 125 137 161 31 20 0 70 333 16 47
Binary 1010101 1011111 1110001 11001 10000 0 111000 11011011 1110 100111

Color Harmonies of #555F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F71

Black with #555F71

Text Example


Text Example

White with #555F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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