#5B6087

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

Shades of Comet #5B6087

Tints of Comet #5B6087

Color information

#5B6087 (or 0x5B6087) is unknown color: approx Comet. HEX triplet: 5B, 60 and 87. RGB value is (91,96,135). Sum of RGB (Red+Green+Blue) = 91+96+135=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6087 is #A49F78. Grayscale: #626262. Windows color (decimal): -10788729 or 8872027. OLE color: 8872027.

HSL color Cylindrical-coordinate representation of color #5B6087: hue angle of 233.18º 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 #5B6087 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9196135-
CMYK0.330.2900.47
HSL233.18º19.47%44.31%-
HSV(B)233.18º32.59%52.94%-
XYZ12.8712.3424.63-
YUV98.95148.34122.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.26%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=28.26%
G=29.81%
B=41.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91961350.330.2900.47233.1819.4744.31
Hex5B6087211D02Fe9132c
Octal13314020741350573512354
Binary10110111100000100001111000011110101011111110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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