Html Css Color HEX #585873 Comet

📋 copy color: '#585873'

red 88 ◦ green 88 ◦ blue 115

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

Shades of Comet #585873

Tints of Comet #585873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 30.24%
G = 30.24%
B = 39.52%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585873 (or 0x585873) is known color: Comet. HEX triplet: 58, 58 and 73. RGB value is (88,88,115). Sum of RGB (Red+Green+Blue) = 88+88+115=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #585873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585873 is #A7A78C. Grayscale: #5A5A5A. Windows color (decimal): -10987405 or 7559256. OLE color: 7559256.

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

Color convert

RGB 88 88 115 -
CMYK 0.23 0.23 0 0.55
HSL 240º 0.13% 0.4% -
HSV(B) 240º 0.23% 0.45% -
XYZ 10.61 10.29 17.65 -
YUV 91.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 88 88 115 0.23 0.23 0 0.55 240 0.13 0.4
Hex 58 58 73 17 17 0 37 F0 D 28
Octal 130 130 163 27 27 0 67 360 15 50
Binary 1011000 1011000 1110011 10111 10111 0 110111 11110000 1101 101000

Color Harmonies of #585873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585873

Black with #585873

Text Example


Text Example

White with #585873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585873; }

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

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

background-color css

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

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

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

border-color css

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

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

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