#585C85

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

Shades of Comet #585C85

Tints of Comet #585C85

Color information

#585C85 (or 0x585C85) is unknown color: approx Comet. HEX triplet: 58, 5C and 85. RGB value is (88,92,133). Sum of RGB (Red+Green+Blue) = 88+92+133=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #585C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C85 is #A7A37A. Grayscale: #5F5F5F. Windows color (decimal): -10986363 or 8739928. OLE color: 8739928.

HSL color Cylindrical-coordinate representation of color #585C85: hue angle of 234.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #585C85 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8892133-
CMYK0.340.3100.48
HSL234.67º20.36%43.33%-
HSV(B)234.67º33.83%52.16%-
XYZ12.0911.4223.76-
YUV95.48149.17122.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=28.12%
G=29.39%
B=42.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88921330.340.3100.48234.6720.3643.33
Hex585C85221F030eb142b
Octal13013420542370603532453
Binary10110001011100100001011000101111101100001110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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