Html Css Color HEX #555D70 Chambray

📋 copy color: '#555D70'

red 85 ◦ green 93 ◦ blue 112

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

Shades of Chambray #555D70

Tints of Chambray #555D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 29.31%
G = 32.07%
B = 38.62%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555D70 (or 0x555D70) is known color: Chambray. HEX triplet: 55, 5D and 70. RGB value is (85,93,112). Sum of RGB (Red+Green+Blue) = 85+93+112=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #555D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D70 is #AAA28F. Grayscale: #5C5C5C. Windows color (decimal): -11182736 or 7363925. OLE color: 7363925.

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

Color convert

RGB 85 93 112 -
CMYK 0.24 0.17 0 0.56
HSL 222.22º 0.14% 0.39% -
HSV(B) 222.22º 0.24% 0.44% -
XYZ 10.59 10.93 16.88 -
YUV 92.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 85 93 112 0.24 0.17 0 0.56 222.22 0.14 0.39
Hex 55 5D 70 18 11 0 38 DE E 27
Octal 125 135 160 30 21 0 70 336 16 47
Binary 1010101 1011101 1110000 11000 10001 0 111000 11011110 1110 100111

Color Harmonies of #555D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D70

Black with #555D70

Text Example


Text Example

White with #555D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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