Html Css Color HEX #585A73 Comet

📋 copy color: '#585A73'

red 88 ◦ green 90 ◦ blue 115

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

Shades of Comet #585A73

Tints of Comet #585A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 30.03%
G = 30.72%
B = 39.25%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#585A73 (or 0x585A73) is known color: Comet. HEX triplet: 58, 5A and 73. RGB value is (88,90,115). Sum of RGB (Red+Green+Blue) = 88+90+115=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #585A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A73 is #A7A58C. Grayscale: #5C5C5C. Windows color (decimal): -10986893 or 7559768. OLE color: 7559768.

HSL color Cylindrical-coordinate representation of color #585A73: hue angle of 235.56º 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 #585A73 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 90 115 -
CMYK 0.23 0.22 0 0.55
HSL 235.56º 0.13% 0.4% -
HSV(B) 235.56º 0.23% 0.45% -
XYZ 10.78 10.62 17.7 -
YUV 92.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 88 90 115 0.23 0.22 0 0.55 235.56 0.13 0.4
Hex 58 5A 73 17 16 0 37 EC D 28
Octal 130 132 163 27 26 0 67 354 15 50
Binary 1011000 1011010 1110011 10111 10110 0 110111 11101100 1101 101000

Color Harmonies of #585A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585A73

Black with #585A73

Text Example


Text Example

White with #585A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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