#585C77

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

Shades of Comet #585C77

Tints of Comet #585C77

Color information

#585C77 (or 0x585C77) is unknown color: approx Comet. HEX triplet: 58, 5C and 77. RGB value is (88,92,119). Sum of RGB (Red+Green+Blue) = 88+92+119=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #585C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C77 is #A7A388. Grayscale: #5D5D5D. Windows color (decimal): -10986377 or 7822424. OLE color: 7822424.

HSL color Cylindrical-coordinate representation of color #585C77: hue angle of 232.26º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #585C77 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8892119-
CMYK0.260.2300.53
HSL232.26º14.98%40.59%-
HSV(B)232.26º26.05%46.67%-
XYZ11.1811.0619-
YUV93.88142.17123.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=29.43%
G=30.77%
B=39.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88921190.260.2300.53232.2614.9840.59
Hex585C771A17035e8f29
Octal13013416732270653501751
Binary10110001011100111011111010101110110101111010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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