#58567A

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

Shades of Comet #58567A

Tints of Comet #58567A

Color information

#58567A (or 0x58567A) is unknown color: approx Comet. HEX triplet: 58, 56 and 7A. RGB value is (88,86,122). Sum of RGB (Red+Green+Blue) = 88+86+122=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #58567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58567A is #A7A985. Grayscale: #5A5A5A. Windows color (decimal): -10987910 or 8017496. OLE color: 8017496.

HSL color Cylindrical-coordinate representation of color #58567A: hue angle of 243.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58567A is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8886122-
CMYK0.280.3000.52
HSL243.33º17.31%40.78%-
HSV(B)243.33º29.51%47.84%-
XYZ10.8710.1419.8-
YUV90.7145.66126.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=29.73%
G=29.05%
B=41.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal88861220.280.3000.52243.3317.3140.78
Hex58567A1C1E034f31129
Octal13012617234360643632151
Binary101100010101101111010111001111001101001111001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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