#514568

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

Shades of Meteorite #514568

Tints of Meteorite #514568

Color information

#514568 (or 0x514568) is unknown color: approx Meteorite. HEX triplet: 51, 45 and 68. RGB value is (81,69,104). Sum of RGB (Red+Green+Blue) = 81+69+104=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #514568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514568 is #AEBA97. Grayscale: #4C4C4C. Windows color (decimal): -11451032 or 6833489. OLE color: 6833489.

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

Color convert

RGB8169104-
CMYK0.220.3400.59
HSL260.57º20.23%33.92%-
HSV(B)260.57º33.65%40.78%-
XYZ8.027.0114.03-
YUV76.58143.48131.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.89%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=31.89%
G=27.17%
B=40.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81691040.220.3400.59260.5720.2333.92
Hex514568162203B1051422
Octal12110515026420734052442
Binary10100011000101110100010110100010011101110000010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514568; }

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

 H1.HeaderClassName
 {
   color: #514568;
 }
 .AnyTagClassName
 {
   color: #514568;
 }
</style>
background-color css

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

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

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

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

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

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