#585774

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

Shades of Comet #585774

Tints of Comet #585774

Color information

#585774 (or 0x585774) is unknown color: approx Comet. HEX triplet: 58, 57 and 74. RGB value is (88,87,116). Sum of RGB (Red+Green+Blue) = 88+87+116=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #585774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585774 is #A7A88B. Grayscale: #5A5A5A. Windows color (decimal): -10987660 or 7624536. OLE color: 7624536.

HSL color Cylindrical-coordinate representation of color #585774: hue angle of 242.07º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585774 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8887116-
CMYK0.240.2500.55
HSL242.07º14.29%39.8%-
HSV(B)242.07º25%45.49%-
XYZ10.5910.1517.92-
YUV90.6142.33126.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=30.24%
G=29.90%
B=39.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88871160.240.2500.55242.0714.2939.8
Hex5857741819037f2e28
Octal13012716430310673621650
Binary10110001010111111010011000110010110111111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585774; }

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

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

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

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

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

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

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

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