Html Css Color HEX #58596C Comet

📋 copy color: '#58596C'

red 88 ◦ green 89 ◦ blue 108

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

Shades of Comet #58596C

Tints of Comet #58596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 30.88%
G = 31.23%
B = 37.89%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58596C (or 0x58596C) is known color: Comet. HEX triplet: 58, 59 and 6C. RGB value is (88,89,108). Sum of RGB (Red+Green+Blue) = 88+89+108=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #58596C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596C is #A7A693. Grayscale: #5A5A5A. Windows color (decimal): -10987156 or 7100760. OLE color: 7100760.

HSL color Cylindrical-coordinate representation of color #58596C: hue angle of 237º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #58596C is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 89 108 -
CMYK 0.19 0.18 0 0.58
HSL 237º 0.1% 0.38% -
HSV(B) 237º 0.19% 0.42% -
XYZ 10.3 10.3 15.63 -
YUV 90.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 88 89 108 0.19 0.18 0 0.58 237 0.1 0.38
Hex 58 59 6C 13 12 0 3A ED A 26
Octal 130 131 154 23 22 0 72 355 12 46
Binary 1011000 1011001 1101100 10011 10010 0 111010 11101101 1010 100110

Color Harmonies of #58596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58596C

Black with #58596C

Text Example


Text Example

White with #58596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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