Html Css Color HEX #514870 Meteorite

📋 copy color: '#514870'

red 81 ◦ green 72 ◦ blue 112

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

Shades of Meteorite #514870

Tints of Meteorite #514870

RGB

 RED value IS 81 (32.03% from 255) = 30.57%

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

 BLUE value IS 112 (44.14% from 255) = 42.26%

R = 30.57%
G = 27.17%
B = 42.26%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514870 (or 0x514870) is known color: Meteorite. HEX triplet: 51, 48 and 70. RGB value is (81,72,112). Sum of RGB (Red+Green+Blue) = 81+72+112=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #514870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514870 is #AEB78F. Grayscale: #4F4F4F. Windows color (decimal): -11450256 or 7358545. OLE color: 7358545.

HSL color Cylindrical-coordinate representation of color #514870: hue angle of 253.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 #514870 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 72 112 -
CMYK 0.28 0.36 0 0.56
HSL 253.5º 0.22% 0.36% -
HSV(B) 253.5º 0.36% 0.44% -
XYZ 8.64 7.55 16.33 -
YUV 79.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 81 72 112 0.28 0.36 0 0.56 253.5 0.22 0.36
Hex 51 48 70 1C 24 0 38 FE 16 24
Octal 121 110 160 34 44 0 70 376 26 44
Binary 1010001 1001000 1110000 11100 100100 0 111000 11111110 10110 100100

Color Harmonies of #514870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514870

Black with #514870

Text Example


Text Example

White with #514870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514870; }

 p { color: rgb(81,72,112); }

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

background-color css

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

 a { background-color: rgb(81,72,112); }

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

border-color css

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

 span { border-color: rgb(81,72,112); }

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