Html Css Color HEX #58596B Comet

📋 copy color: '#58596B'

red 88 ◦ green 89 ◦ blue 107

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

Shades of Comet #58596B

Tints of Comet #58596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 30.99%
G = 31.34%
B = 37.68%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58596B (or 0x58596B) is known color: Comet. HEX triplet: 58, 59 and 6B. RGB value is (88,89,107). Sum of RGB (Red+Green+Blue) = 88+89+107=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #58596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58596B is #A7A694. Grayscale: #5A5A5A. Windows color (decimal): -10987157 or 7035224. OLE color: 7035224.

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

Color convert

RGB 88 89 107 -
CMYK 0.18 0.17 0 0.58
HSL 236.84º 0.1% 0.38% -
HSV(B) 236.84º 0.18% 0.42% -
XYZ 10.25 10.28 15.35 -
YUV 90.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 88 89 107 0.18 0.17 0 0.58 236.84 0.1 0.38
Hex 58 59 6B 12 11 0 3A ED A 26
Octal 130 131 153 22 21 0 72 355 12 46
Binary 1011000 1011001 1101011 10010 10001 0 111010 11101101 1010 100110

Color Harmonies of #58596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58596B

Black with #58596B

Text Example


Text Example

White with #58596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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