Html Css Color HEX #555E6F Chambray

📋 copy color: '#555E6F'

red 85 ◦ green 94 ◦ blue 111

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

Shades of Chambray #555E6F

Tints of Chambray #555E6F

RGB

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

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

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

R = 29.31%
G = 32.41%
B = 38.28%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555E6F (or 0x555E6F) is known color: Chambray. HEX triplet: 55, 5E and 6F. RGB value is (85,94,111). Sum of RGB (Red+Green+Blue) = 85+94+111=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 111 - color contains mainly: blue. Hex color #555E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E6F is #AAA190. Grayscale: #5D5D5D. Windows color (decimal): -11182481 or 7298645. OLE color: 7298645.

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

Color convert

RGB 85 94 111 -
CMYK 0.23 0.15 0 0.56
HSL 219.23º 0.13% 0.38% -
HSV(B) 219.23º 0.23% 0.44% -
XYZ 10.62 11.08 16.62 -
YUV 93.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 85 94 111 0.23 0.15 0 0.56 219.23 0.13 0.38
Hex 55 5E 6F 17 F 0 38 DB D 26
Octal 125 136 157 27 17 0 70 333 15 46
Binary 1010101 1011110 1101111 10111 1111 0 111000 11011011 1101 100110

Color Harmonies of #555E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E6F

Black with #555E6F

Text Example


Text Example

White with #555E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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