Html Css Color HEX #58586D Comet

📋 copy color: '#58586D'

red 88 ◦ green 88 ◦ blue 109

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

Shades of Comet #58586D

Tints of Comet #58586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.25%

R = 30.88%
G = 30.88%
B = 38.25%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58586D (or 0x58586D) is known color: Comet. HEX triplet: 58, 58 and 6D. RGB value is (88,88,109). Sum of RGB (Red+Green+Blue) = 88+88+109=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #58586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58586D is #A7A792. Grayscale: #5A5A5A. Windows color (decimal): -10987411 or 7166040. OLE color: 7166040.

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

Color convert

RGB 88 88 109 -
CMYK 0.19 0.19 0 0.57
HSL 240º 0.11% 0.39% -
HSV(B) 240º 0.19% 0.43% -
XYZ 10.27 10.16 15.89 -
YUV 90.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 88 88 109 0.19 0.19 0 0.57 240 0.11 0.39
Hex 58 58 6D 13 13 0 39 F0 B 27
Octal 130 130 155 23 23 0 71 360 13 47
Binary 1011000 1011000 1101101 10011 10011 0 111001 11110000 1011 100111

Color Harmonies of #58586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58586D

Black with #58586D

Text Example


Text Example

White with #58586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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