Html Css Color HEX #555D6F Chambray

📋 copy color: '#555D6F'

red 85 ◦ green 93 ◦ blue 111

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

Shades of Chambray #555D6F

Tints of Chambray #555D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.41%

R = 29.41%
G = 32.18%
B = 38.41%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555D6F (or 0x555D6F) is known color: Chambray. HEX triplet: 55, 5D and 6F. RGB value is (85,93,111). Sum of RGB (Red+Green+Blue) = 85+93+111=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 111 - color contains mainly: blue. Hex color #555D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D6F is #AAA290. Grayscale: #5C5C5C. Windows color (decimal): -11182737 or 7298389. OLE color: 7298389.

HSL color Cylindrical-coordinate representation of color #555D6F: hue angle of 221.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #555D6F is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 93 111 -
CMYK 0.23 0.16 0 0.56
HSL 221.54º 0.13% 0.38% -
HSV(B) 221.54º 0.23% 0.44% -
XYZ 10.53 10.91 16.59 -
YUV 92.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 85 93 111 0.23 0.16 0 0.56 221.54 0.13 0.38
Hex 55 5D 6F 17 10 0 38 DE D 26
Octal 125 135 157 27 20 0 70 336 15 46
Binary 1010101 1011101 1101111 10111 10000 0 111000 11011110 1101 100110

Color Harmonies of #555D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D6F

Black with #555D6F

Text Example


Text Example

White with #555D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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