Html Css Color HEX #514A70 Meteorite

📋 copy color: '#514A70'

red 81 ◦ green 74 ◦ blue 112

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

Shades of Meteorite #514A70

Tints of Meteorite #514A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 30.34%
G = 27.72%
B = 41.95%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#514A70 (or 0x514A70) is known color: Meteorite. HEX triplet: 51, 4A and 70. RGB value is (81,74,112). Sum of RGB (Red+Green+Blue) = 81+74+112=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #514A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A70 is #AEB58F. Grayscale: #505050. Windows color (decimal): -11449744 or 7359057. OLE color: 7359057.

HSL color Cylindrical-coordinate representation of color #514A70: hue angle of 251.05º degrees, saturation: 0.2, 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 #514A70 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 74 112 -
CMYK 0.28 0.34 0 0.56
HSL 251.05º 0.2% 0.36% -
HSV(B) 251.05º 0.34% 0.44% -
XYZ 8.77 7.82 16.38 -
YUV 80.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 81 74 112 0.28 0.34 0 0.56 251.05 0.2 0.36
Hex 51 4A 70 1C 22 0 38 FB 14 24
Octal 121 112 160 34 42 0 70 373 24 44
Binary 1010001 1001010 1110000 11100 100010 0 111000 11111011 10100 100100

Color Harmonies of #514A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A70

Black with #514A70

Text Example


Text Example

White with #514A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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