Html Css Color HEX #58576F Comet

📋 copy color: '#58576F'

red 88 ◦ green 87 ◦ blue 111

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

Shades of Comet #58576F

Tints of Comet #58576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 30.77%
G = 30.42%
B = 38.81%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58576F (or 0x58576F) is known color: Comet. HEX triplet: 58, 57 and 6F. RGB value is (88,87,111). Sum of RGB (Red+Green+Blue) = 88+87+111=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #58576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58576F is #A7A890. Grayscale: #595959. Windows color (decimal): -10987665 or 7296856. OLE color: 7296856.

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

Color convert

RGB 88 87 111 -
CMYK 0.21 0.22 0 0.56
HSL 242.5º 0.12% 0.39% -
HSV(B) 242.5º 0.22% 0.44% -
XYZ 10.3 10.04 16.43 -
YUV 90.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 88 87 111 0.21 0.22 0 0.56 242.5 0.12 0.39
Hex 58 57 6F 15 16 0 38 F2 C 27
Octal 130 127 157 25 26 0 70 362 14 47
Binary 1011000 1010111 1101111 10101 10110 0 111000 11110010 1100 100111

Color Harmonies of #58576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58576F

Black with #58576F

Text Example


Text Example

White with #58576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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