Html Css Color HEX #57496F Meteorite

📋 copy color: '#57496F'

red 87 ◦ green 73 ◦ blue 111

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

Shades of Meteorite #57496F

Tints of Meteorite #57496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 32.1%
G = 26.94%
B = 40.96%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#57496F (or 0x57496F) is known color: Meteorite. HEX triplet: 57, 49 and 6F. RGB value is (87,73,111). Sum of RGB (Red+Green+Blue) = 87+73+111=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #57496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57496F is #A8B690. Grayscale: #515151. Windows color (decimal): -11056785 or 7293271. OLE color: 7293271.

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

Color convert

RGB 87 73 111 -
CMYK 0.22 0.34 0 0.56
HSL 262.11º 0.21% 0.36% -
HSV(B) 262.11º 0.34% 0.44% -
XYZ 9.18 7.94 16.09 -
YUV 81.52 144.64 131.91 -
System Red Green Blue C M Y K H S L
Decimal 87 73 111 0.22 0.34 0 0.56 262.11 0.21 0.36
Hex 57 49 6F 16 22 0 38 106 15 24
Octal 127 111 157 26 42 0 70 406 25 44
Binary 1010111 1001001 1101111 10110 100010 0 111000 100000110 10101 100100

Color Harmonies of #57496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57496F

Black with #57496F

Text Example


Text Example

White with #57496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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