#514566

Color #514566 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #514566

Tints of Meteorite #514566

Color information

#514566 (or 0x514566) is unknown color: approx 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

RGB8169102-
CMYK0.210.3200.6
HSL261.82º19.3%33.53%-
HSV(B)261.82º32.35%40%-
XYZ7.926.9613.5-
YUV76.35142.48131.32-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81691020.210.3200.6261.8219.333.53
Hex514566152003C1061322
Octal12110514625400744062342
Binary10100011000101110011010101100000011110010000011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>