#5C597B

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

Shades of Comet #5C597B

Tints of Comet #5C597B

Color information

#5C597B (or 0x5C597B) is unknown color: approx Comet. HEX triplet: 5C, 59 and 7B. RGB value is (92,89,123). Sum of RGB (Red+Green+Blue) = 92+89+123=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C597B is #A3A684. Grayscale: #5D5D5D. Windows color (decimal): -10724997 or 8083804. OLE color: 8083804.

HSL color Cylindrical-coordinate representation of color #5C597B: hue angle of 245.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C597B is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9289123-
CMYK0.250.2800.52
HSL245.29º16.04%41.57%-
HSV(B)245.29º27.64%48.24%-
XYZ11.5610.8520.22-
YUV93.77144.49126.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 123 (48.44% from 255) = 40.46%
R=30.26%
G=29.28%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92891230.250.2800.52245.2916.0441.57
Hex5C597B191C034f5102a
Octal13413117331340643652052
Binary101110010110011111011110011110001101001111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,89,123); }

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

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

 a { background-color: rgb(92,89,123); }

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

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

 span { border-color: rgb(92,89,123); }

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