#555D6C

Color #555D6C Bright Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Grey #555D6C

Tints of Bright Grey #555D6C

Color information

#555D6C (or 0x555D6C) is unknown color: approx Bright Grey. HEX triplet: 55, 5D and 6C. RGB value is (85,93,108). Sum of RGB (Red+Green+Blue) = 85+93+108=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #555D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D6C is #AAA293. Grayscale: #5C5C5C. Windows color (decimal): -11182740 or 7101781. OLE color: 7101781.

HSL color Cylindrical-coordinate representation of color #555D6C: hue angle of 219.13º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555D6C is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8593108-
CMYK0.210.1400.58
HSL219.13º11.92%37.84%-
HSV(B)219.13º21.3%42.35%-
XYZ10.3710.8415.73-
YUV92.32136.85122.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 93 (36.72% from 255) = 32.52%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=29.72%
G=32.52%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85931080.210.1400.58219.1311.9237.84
Hex555D6C15E03Adbc26
Octal12513515425160723331446
Binary1010101101110111011001010111100111010110110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555D6C;
 }
 .AnyTagClassName
 {
   color: #555D6C;
 }
</style>
background-color css

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

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

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

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

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

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