Html Css Color HEX #58476F Meteorite

📋 copy color: '#58476F'

red 88 ◦ green 71 ◦ blue 111

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

Shades of Meteorite #58476F

Tints of Meteorite #58476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 32.59%
G = 26.3%
B = 41.11%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58476F (or 0x58476F) is known color: Meteorite. HEX triplet: 58, 47 and 6F. RGB value is (88,71,111). Sum of RGB (Red+Green+Blue) = 88+71+111=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #58476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58476F is #A7B890. Grayscale: #505050. Windows color (decimal): -10991761 or 7292760. OLE color: 7292760.

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

Color convert

RGB 88 71 111 -
CMYK 0.21 0.36 0 0.56
HSL 265.5º 0.22% 0.36% -
HSV(B) 265.5º 0.36% 0.44% -
XYZ 9.15 7.73 16.05 -
YUV 80.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 88 71 111 0.21 0.36 0 0.56 265.5 0.22 0.36
Hex 58 47 6F 15 24 0 38 10A 16 24
Octal 130 107 157 25 44 0 70 412 26 44
Binary 1011000 1000111 1101111 10101 100100 0 111000 100001010 10110 100100

Color Harmonies of #58476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58476F

Black with #58476F

Text Example


Text Example

White with #58476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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