#586081

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

Shades of Comet #586081

Tints of Comet #586081

Color information

#586081 (or 0x586081) is unknown color: approx Comet. HEX triplet: 58, 60 and 81. RGB value is (88,96,129). Sum of RGB (Red+Green+Blue) = 88+96+129=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #586081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586081 is #A79F7E. Grayscale: #616161. Windows color (decimal): -10985343 or 8478808. OLE color: 8478808.

HSL color Cylindrical-coordinate representation of color #586081: hue angle of 228.29º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #586081 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8896129-
CMYK0.320.2600.49
HSL228.29º18.89%42.55%-
HSV(B)228.29º31.78%50.59%-
XYZ12.1712.0322.45-
YUV97.37145.85121.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=28.12%
G=30.67%
B=41.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88961290.320.2600.49228.2918.8942.55
Hex586081201A031e4132b
Octal13014020140320613442353
Binary10110001100000100000011000001101001100011110010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586081; }

 p { color: rgb(88,96,129); }

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

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

 a { background-color: rgb(88,96,129); }

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

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

 span { border-color: rgb(88,96,129); }

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