#585770

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

Shades of Comet #585770

Tints of Comet #585770

Color information

#585770 (or 0x585770) is unknown color: approx Comet. HEX triplet: 58, 57 and 70. RGB value is (88,87,112). Sum of RGB (Red+Green+Blue) = 88+87+112=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: blue. Hex color #585770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585770 is #A7A88F. Grayscale: #5A5A5A. Windows color (decimal): -10987664 or 7362392. OLE color: 7362392.

HSL color Cylindrical-coordinate representation of color #585770: hue angle of 242.4º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #585770 is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8887112-
CMYK0.210.2200.56
HSL242.4º12.56%39.02%-
HSV(B)242.4º22.32%43.92%-
XYZ10.3610.0616.73-
YUV90.15140.33126.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 112 (44.14% from 255) = 39.02%
R=30.66%
G=30.31%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88871120.210.2200.56242.412.5639.02
Hex5857701516038f2d27
Octal13012716025260703621547
Binary10110001010111111000010101101100111000111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585770; }

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

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

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

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

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

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

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

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