Html Css Color HEX #514868 Meteorite

📋 copy color: '#514868'

red 81 ◦ green 72 ◦ blue 104

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

Shades of Meteorite #514868

Tints of Meteorite #514868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 31.52%
G = 28.02%
B = 40.47%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514868 (or 0x514868) is known color: Meteorite. HEX triplet: 51, 48 and 68. RGB value is (81,72,104). Sum of RGB (Red+Green+Blue) = 81+72+104=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #514868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514868 is #AEB797. Grayscale: #4E4E4E. Windows color (decimal): -11450264 or 6834257. OLE color: 6834257.

HSL color Cylindrical-coordinate representation of color #514868: hue angle of 256.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514868 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 72 104 -
CMYK 0.22 0.31 0 0.59
HSL 256.88º 0.18% 0.35% -
HSV(B) 256.88º 0.31% 0.41% -
XYZ 8.21 7.38 14.09 -
YUV 78.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 81 72 104 0.22 0.31 0 0.59 256.88 0.18 0.35
Hex 51 48 68 16 1F 0 3B 101 12 23
Octal 121 110 150 26 37 0 73 401 22 43
Binary 1010001 1001000 1101000 10110 11111 0 111011 100000001 10010 100011

Color Harmonies of #514868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514868

Black with #514868

Text Example


Text Example

White with #514868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514868; }

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

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

background-color css

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

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

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

border-color css

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

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

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