#57587C

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

Shades of Comet #57587C

Tints of Comet #57587C

Color information

#57587C (or 0x57587C) is unknown color: approx Comet. HEX triplet: 57, 58 and 7C. RGB value is (87,88,124). Sum of RGB (Red+Green+Blue) = 87+88+124=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #57587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57587C is #A8A783. Grayscale: #5B5B5B. Windows color (decimal): -11052932 or 8149079. OLE color: 8149079.

HSL color Cylindrical-coordinate representation of color #57587C: hue angle of 238.38º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #57587C is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8788124-
CMYK0.300.2900.51
HSL238.38º17.54%41.37%-
HSV(B)238.38º29.84%48.63%-
XYZ11.0610.4620.51-
YUV91.8146.17124.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=29.10%
G=29.43%
B=41.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87881240.300.2900.51238.3817.5441.37
Hex57587C1E1D033ee1229
Octal12713017436350633562251
Binary101011110110001111100111101110101100111110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57587C; }

 p { color: rgb(87,88,124); }

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

<style>
 a { background-color: #57587C; }

 a { background-color: rgb(87,88,124); }

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

<style>
 span { border-color: #57587C; }

 span { border-color: rgb(87,88,124); }

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