#585C70

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

Shades of Comet #585C70

Tints of Comet #585C70

Color information

#585C70 (or 0x585C70) is unknown color: approx Comet. HEX triplet: 58, 5C and 70. RGB value is (88,92,112). Sum of RGB (Red+Green+Blue) = 88+92+112=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #585C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C70 is #A7A38F. Grayscale: #5D5D5D. Windows color (decimal): -10986384 or 7363672. OLE color: 7363672.

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

Color convert

RGB8892112-
CMYK0.210.1800.56
HSL230º12%39.22%-
HSV(B)230º21.43%43.92%-
XYZ10.7810.916.86-
YUV93.08138.67124.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 112 (44.14% from 255) = 38.36%
R=30.14%
G=31.51%
B=38.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88921120.210.1800.562301239.22
Hex585C701512038e6c27
Octal13013416025220703461447
Binary10110001011100111000010101100100111000111001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585C70; }

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

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

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

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

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

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

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

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