Html Css Color HEX #585777 Comet

📋 copy color: '#585777'

red 88 ◦ green 87 ◦ blue 119

#585777
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #585777

Tints of Comet #585777

RGB

 RED value IS 88 (34.77% from 255) = 29.93%

 GREEN value IS 87 (34.38% from 255) = 29.59%

 BLUE value IS 119 (46.88% from 255) = 40.48%

R = 29.93%
G = 29.59%
B = 40.48%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585777 (or 0x585777) is known color: Comet. HEX triplet: 58, 57 and 77. RGB value is (88,87,119). Sum of RGB (Red+Green+Blue) = 88+87+119=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #585777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585777 is #A7A888. Grayscale: #5A5A5A. Windows color (decimal): -10987657 or 7821144. OLE color: 7821144.

HSL color Cylindrical-coordinate representation of color #585777: hue angle of 241.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585777 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 87 119 -
CMYK 0.26 0.27 0 0.53
HSL 241.88º 0.16% 0.4% -
HSV(B) 241.88º 0.27% 0.47% -
XYZ 10.76 10.22 18.86 -
YUV 90.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 88 87 119 0.26 0.27 0 0.53 241.88 0.16 0.4
Hex 58 57 77 1A 1B 0 35 F2 10 28
Octal 130 127 167 32 33 0 65 362 20 50
Binary 1011000 1010111 1110111 11010 11011 0 110101 11110010 10000 101000

Color Harmonies of #585777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585777

Black with #585777

Text Example


Text Example

White with #585777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585777; }

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

 H1.HeaderClassName
 {
   color: #585777;
 }
 .AnyTagClassName
 {
   color: #585777;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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