#5B617D

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

Shades of Comet #5B617D

Tints of Comet #5B617D

Color information

#5B617D (or 0x5B617D) is unknown color: approx Comet. HEX triplet: 5B, 61 and 7D. RGB value is (91,97,125). Sum of RGB (Red+Green+Blue) = 91+97+125=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B617D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B617D is #A49E82. Grayscale: #626262. Windows color (decimal): -10788483 or 8216923. OLE color: 8216923.

HSL color Cylindrical-coordinate representation of color #5B617D: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5B617D is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9197125-
CMYK0.270.2200.51
HSL229.41º15.74%42.35%-
HSV(B)229.41º27.2%49.02%-
XYZ12.2912.2521.12-
YUV98.4143.01122.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=29.07%
G=30.99%
B=39.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91971250.270.2200.51229.4115.7442.35
Hex5B617D1B16033e5102a
Octal13314117533260633452052
Binary101101111000011111101110111011001100111110010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,125); }

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

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

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

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

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

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

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