#5B5B63

Color #5B5B63 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #5B5B63

Tints of Comet #5B5B63

Color information

#5B5B63 (or 0x5B5B63) is unknown color: approx Comet. HEX triplet: 5B, 5B and 63. RGB value is (91,91,99). Sum of RGB (Red+Green+Blue) = 91+91+99=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B5B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5B63 is #A4A49C. Grayscale: #5B5B5B. Windows color (decimal): -10790045 or 6511451. OLE color: 6511451.

HSL color Cylindrical-coordinate representation of color #5B5B63: hue angle of 240º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B5B63 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB919199-
CMYK0.080.0800.61
HSL240º4.21%37.25%-
HSV(B)240º8.08%38.82%-
XYZ10.3110.6113.31-
YUV91.91132127.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=32.38%
G=32.38%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9191990.080.0800.612404.2137.25
Hex5B5B638803Df0425
Octal1331331431010075360445
Binary10110111011011110001110001000011110111110000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5B63; }

 p { color: rgb(91,91,99); }

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

<style>
 a { background-color: #5B5B63; }

 a { background-color: rgb(91,91,99); }

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

<style>
 span { border-color: #5B5B63; }

 span { border-color: rgb(91,91,99); }

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