#5B6187

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

Shades of Comet #5B6187

Tints of Comet #5B6187

Color information

#5B6187 (or 0x5B6187) is unknown color: approx Comet. HEX triplet: 5B, 61 and 87. RGB value is (91,97,135). Sum of RGB (Red+Green+Blue) = 91+97+135=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6187 is #A49E78. Grayscale: #636363. Windows color (decimal): -10788473 or 8872283. OLE color: 8872283.

HSL color Cylindrical-coordinate representation of color #5B6187: hue angle of 231.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B6187 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9197135-
CMYK0.330.2800.47
HSL231.82º19.47%44.31%-
HSV(B)231.82º32.59%52.94%-
XYZ12.9612.5224.66-
YUV99.54148.01121.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=28.17%
G=30.03%
B=41.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91971350.330.2800.47231.8219.4744.31
Hex5B6187211C02Fe8132c
Octal13314120741340573502354
Binary10110111100001100001111000011110001011111110100010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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