Html Css Color HEX #57486F Meteorite

📋 copy color: '#57486F'

red 87 ◦ green 72 ◦ blue 111

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

Shades of Meteorite #57486F

Tints of Meteorite #57486F

RGB

 RED value IS 87 (34.38% from 255) = 32.22%

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 32.22%
G = 26.67%
B = 41.11%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57486F (or 0x57486F) is known color: Meteorite. HEX triplet: 57, 48 and 6F. RGB value is (87,72,111). Sum of RGB (Red+Green+Blue) = 87+72+111=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 72 (28.52% from 255 or 26.67% 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 #57486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57486F is #A8B790. Grayscale: #505050. Windows color (decimal): -11057041 or 7293015. OLE color: 7293015.

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

Color convert

RGB 87 72 111 -
CMYK 0.22 0.35 0 0.56
HSL 263.08º 0.21% 0.36% -
HSV(B) 263.08º 0.35% 0.44% -
XYZ 9.12 7.81 16.07 -
YUV 80.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 87 72 111 0.22 0.35 0 0.56 263.08 0.21 0.36
Hex 57 48 6F 16 23 0 38 107 15 24
Octal 127 110 157 26 43 0 70 407 25 44
Binary 1010111 1001000 1101111 10110 100011 0 111000 100000111 10101 100100

Color Harmonies of #57486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57486F

Black with #57486F

Text Example


Text Example

White with #57486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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