Html Css Color HEX #57456E Meteorite

📋 copy color: '#57456E'

red 87 ◦ green 69 ◦ blue 110

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

Shades of Meteorite #57456E

Tints of Meteorite #57456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 32.71%
G = 25.94%
B = 41.35%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57456E (or 0x57456E) is known color: Meteorite. HEX triplet: 57, 45 and 6E. RGB value is (87,69,110). Sum of RGB (Red+Green+Blue) = 87+69+110=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #57456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57456E is #A8BA91. Grayscale: #4E4E4E. Windows color (decimal): -11057810 or 7226711. OLE color: 7226711.

HSL color Cylindrical-coordinate representation of color #57456E: hue angle of 266.34º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57456E is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 69 110 -
CMYK 0.21 0.37 0 0.57
HSL 266.34º 0.23% 0.35% -
HSV(B) 266.34º 0.37% 0.43% -
XYZ 8.87 7.41 15.71 -
YUV 79.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 87 69 110 0.21 0.37 0 0.57 266.34 0.23 0.35
Hex 57 45 6E 15 25 0 39 10A 17 23
Octal 127 105 156 25 45 0 71 412 27 43
Binary 1010111 1000101 1101110 10101 100101 0 111001 100001010 10111 100011

Color Harmonies of #57456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57456E

Black with #57456E

Text Example


Text Example

White with #57456E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,69,110); }

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

background-color css

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

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

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

border-color css

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

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

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