Html Css Color HEX #585877 Comet

📋 copy color: '#585877'

red 88 ◦ green 88 ◦ blue 119

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

Shades of Comet #585877

Tints of Comet #585877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 29.83%
G = 29.83%
B = 40.34%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#585877 (or 0x585877) is known color: Comet. HEX triplet: 58, 58 and 77. RGB value is (88,88,119). Sum of RGB (Red+Green+Blue) = 88+88+119=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #585877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585877 is #A7A788. Grayscale: #5B5B5B. Windows color (decimal): -10987401 or 7821400. OLE color: 7821400.

HSL color Cylindrical-coordinate representation of color #585877: hue angle of 240º 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 #585877 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 88 88 119 -
CMYK 0.26 0.26 0 0.53
HSL 240º 0.15% 0.41% -
HSV(B) 240º 0.26% 0.47% -
XYZ 10.84 10.39 18.89 -
YUV 91.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 88 88 119 0.26 0.26 0 0.53 240 0.15 0.41
Hex 58 58 77 1A 1A 0 35 F0 F 29
Octal 130 130 167 32 32 0 65 360 17 51
Binary 1011000 1011000 1110111 11010 11010 0 110101 11110000 1111 101001

Color Harmonies of #585877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585877

Black with #585877

Text Example


Text Example

White with #585877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585877; }

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

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

background-color css

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

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

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

border-color css

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

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

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