Html Css Color HEX #514566 Meteorite

📋 copy color: '#514566'

red 81 ◦ green 69 ◦ blue 102

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

Shades of Meteorite #514566

Tints of Meteorite #514566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.48%

R = 32.14%
G = 27.38%
B = 40.48%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#514566 (or 0x514566) is known color: Meteorite. HEX triplet: 51, 45 and 66. RGB value is (81,69,102). Sum of RGB (Red+Green+Blue) = 81+69+102=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #514566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514566 is #AEBA99. Grayscale: #4C4C4C. Windows color (decimal): -11451034 or 6702417. OLE color: 6702417.

HSL color Cylindrical-coordinate representation of color #514566: hue angle of 261.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #514566 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 69 102 -
CMYK 0.21 0.32 0 0.6
HSL 261.82º 0.19% 0.34% -
HSV(B) 261.82º 0.32% 0.4% -
XYZ 7.92 6.96 13.5 -
YUV 76.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 81 69 102 0.21 0.32 0 0.6 261.82 0.19 0.34
Hex 51 45 66 15 20 0 3C 106 13 22
Octal 121 105 146 25 40 0 74 406 23 42
Binary 1010001 1000101 1100110 10101 100000 0 111100 100000110 10011 100010

Color Harmonies of #514566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514566

Black with #514566

Text Example


Text Example

White with #514566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514566; }

 p { color: rgb(81,69,102); }

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

background-color css

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

 a { background-color: rgb(81,69,102); }

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

border-color css

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

 span { border-color: rgb(81,69,102); }

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