Html Css Color HEX #58586E Comet

📋 copy color: '#58586E'

red 88 ◦ green 88 ◦ blue 110

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

Shades of Comet #58586E

Tints of Comet #58586E

RGB

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

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

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

R = 30.77%
G = 30.77%
B = 38.46%

CMYK

 C value IS 0.2

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#58586E (or 0x58586E) is known color: Comet. HEX triplet: 58, 58 and 6E. RGB value is (88,88,110). Sum of RGB (Red+Green+Blue) = 88+88+110=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #58586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58586E is #A7A791. Grayscale: #5A5A5A. Windows color (decimal): -10987410 or 7231576. OLE color: 7231576.

HSL color Cylindrical-coordinate representation of color #58586E: 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.2%. Process color model (Four color, CMYK) of #58586E is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 88 110 -
CMYK 0.2 0.2 0 0.57
HSL 240º 0.11% 0.39% -
HSV(B) 240º 0.2% 0.43% -
XYZ 10.33 10.18 16.17 -
YUV 90.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 88 88 110 0.2 0.2 0 0.57 240 0.11 0.39
Hex 58 58 6E 14 14 0 39 F0 B 27
Octal 130 130 156 24 24 0 71 360 13 47
Binary 1011000 1011000 1101110 10100 10100 0 111001 11110000 1011 100111

Color Harmonies of #58586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58586E

Black with #58586E

Text Example


Text Example

White with #58586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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