#58567C

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

Shades of Comet #58567C

Tints of Comet #58567C

Color information

#58567C (or 0x58567C) is unknown color: approx Comet. HEX triplet: 58, 56 and 7C. RGB value is (88,86,124). Sum of RGB (Red+Green+Blue) = 88+86+124=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #58567C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58567C is #A7A983. Grayscale: #5A5A5A. Windows color (decimal): -10987908 or 8148568. OLE color: 8148568.

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

Color convert

RGB8886124-
CMYK0.290.3100.51
HSL243.16º18.1%41.18%-
HSV(B)243.16º30.65%48.63%-
XYZ10.9910.1920.46-
YUV90.93146.66125.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=29.53%
G=28.86%
B=41.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal88861240.290.3100.51243.1618.141.18
Hex58567C1D1F033f31229
Octal13012617435370633632251
Binary101100010101101111100111011111101100111111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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