Html Css Color HEX #514568 Meteorite

📋 copy color: '#514568'

red 81 ◦ green 69 ◦ blue 104

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

Shades of Meteorite #514568

Tints of Meteorite #514568

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 value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#514568 (or 0x514568) is known color: 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

RGB 81 69 104 -
CMYK 0.22 0.34 0 0.59
HSL 260.57º 0.2% 0.34% -
HSV(B) 260.57º 0.34% 0.41% -
XYZ 8.02 7.01 14.03 -
YUV 76.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 81 69 104 0.22 0.34 0 0.59 260.57 0.2 0.34
Hex 51 45 68 16 22 0 3B 105 14 22
Octal 121 105 150 26 42 0 73 405 24 42
Binary 1010001 1000101 1101000 10110 100010 0 111011 100000101 10100 100010

Color Harmonies of #514568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514568

Black with #514568

Text Example


Text Example

White with #514568

Text Example


Text Example

HTML Codes & Css Web 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>