#585C84

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

Shades of Comet #585C84

Tints of Comet #585C84

Color information

#585C84 (or 0x585C84) is unknown color: approx Comet. HEX triplet: 58, 5C and 84. RGB value is (88,92,132). Sum of RGB (Red+Green+Blue) = 88+92+132=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #585C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #585C84 is #A7A37B. Grayscale: #5F5F5F. Windows color (decimal): -10986364 or 8674392. OLE color: 8674392.

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

Color convert

RGB8892132-
CMYK0.330.3000.48
HSL234.55º20%43.14%-
HSV(B)234.55º33.33%51.76%-
XYZ12.0211.3923.4-
YUV95.36148.67122.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=28.21%
G=29.49%
B=42.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88921320.330.3000.48234.552043.14
Hex585C84211E030eb142b
Octal13013420441360603532453
Binary10110001011100100001001000011111001100001110101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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