#5C6087

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

Shades of Comet #5C6087

Tints of Comet #5C6087

Color information

#5C6087 (or 0x5C6087) is unknown color: approx Comet. HEX triplet: 5C, 60 and 87. RGB value is (92,96,135). Sum of RGB (Red+Green+Blue) = 92+96+135=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 96 (37.89% from 255 or 29.72% 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 #5C6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6087 is #A39F78. Grayscale: #636363. Windows color (decimal): -10723193 or 8872028. OLE color: 8872028.

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

Color convert

RGB9296135-
CMYK0.320.2900.47
HSL234.42º18.94%44.51%-
HSV(B)234.42º31.85%52.94%-
XYZ12.9712.3924.63-
YUV99.25148.17122.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=28.48%
G=29.72%
B=41.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92961350.320.2900.47234.4218.9444.51
Hex5C6087201D02Fea132d
Octal13414020740350573522355
Binary10111001100000100001111000001110101011111110101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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