Html Css Color HEX #58586F Comet

📋 copy color: '#58586F'

red 88 ◦ green 88 ◦ blue 111

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

Shades of Comet #58586F

Tints of Comet #58586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.68%

R = 30.66%
G = 30.66%
B = 38.68%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58586F (or 0x58586F) is known color: Comet. HEX triplet: 58, 58 and 6F. RGB value is (88,88,111). Sum of RGB (Red+Green+Blue) = 88+88+111=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #58586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58586F is #A7A790. Grayscale: #5A5A5A. Windows color (decimal): -10987409 or 7297112. OLE color: 7297112.

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

Color convert

RGB 88 88 111 -
CMYK 0.21 0.21 0 0.56
HSL 240º 0.12% 0.39% -
HSV(B) 240º 0.21% 0.44% -
XYZ 10.38 10.2 16.46 -
YUV 90.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 88 88 111 0.21 0.21 0 0.56 240 0.12 0.39
Hex 58 58 6F 15 15 0 38 F0 C 27
Octal 130 130 157 25 25 0 70 360 14 47
Binary 1011000 1011000 1101111 10101 10101 0 111000 11110000 1100 100111

Color Harmonies of #58586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58586F

Black with #58586F

Text Example


Text Example

White with #58586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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