Html Css Color HEX #58596E Comet

📋 copy color: '#58596E'

red 88 ◦ green 89 ◦ blue 110

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

Shades of Comet #58596E

Tints of Comet #58596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 30.66%
G = 31.01%
B = 38.33%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58596E (or 0x58596E) is known color: Comet. HEX triplet: 58, 59 and 6E. RGB value is (88,89,110). Sum of RGB (Red+Green+Blue) = 88+89+110=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #58596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596E is #A7A691. Grayscale: #5B5B5B. Windows color (decimal): -10987154 or 7231832. OLE color: 7231832.

HSL color Cylindrical-coordinate representation of color #58596E: hue angle of 237.27º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #58596E is Cyan = 0.2, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 89 110 -
CMYK 0.2 0.19 0 0.57
HSL 237.27º 0.11% 0.39% -
HSV(B) 237.27º 0.2% 0.43% -
XYZ 10.41 10.35 16.2 -
YUV 91.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 88 89 110 0.2 0.19 0 0.57 237.27 0.11 0.39
Hex 58 59 6E 14 13 0 39 ED B 27
Octal 130 131 156 24 23 0 71 355 13 47
Binary 1011000 1011001 1101110 10100 10011 0 111001 11101101 1011 100111

Color Harmonies of #58596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58596E

Black with #58596E

Text Example


Text Example

White with #58596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58596E; }

 p { color: rgb(88,89,110); }

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

background-color css

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

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

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

border-color css

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

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

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