Html Css Color HEX #514567 Meteorite

📋 copy color: '#514567'

red 81 ◦ green 69 ◦ blue 103

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

Shades of Meteorite #514567

Tints of Meteorite #514567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.71%

R = 32.02%
G = 27.27%
B = 40.71%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514567 (or 0x514567) is known color: Meteorite. HEX triplet: 51, 45 and 67. RGB value is (81,69,103). Sum of RGB (Red+Green+Blue) = 81+69+103=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #514567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514567 is #AEBA98. Grayscale: #4C4C4C. Windows color (decimal): -11451033 or 6767953. OLE color: 6767953.

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

Color convert

RGB 81 69 103 -
CMYK 0.21 0.33 0 0.60
HSL 261.18º 0.2% 0.34% -
HSV(B) 261.18º 0.33% 0.4% -
XYZ 7.97 6.98 13.76 -
YUV 76.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 81 69 103 0.21 0.33 0 0.60 261.18 0.2 0.34
Hex 51 45 67 15 21 0 3C 105 14 22
Octal 121 105 147 25 41 0 74 405 24 42
Binary 1010001 1000101 1100111 10101 100001 0 111100 100000101 10100 100010

Color Harmonies of #514567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514567

Black with #514567

Text Example


Text Example

White with #514567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514567; }

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

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

background-color css

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

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

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

border-color css

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

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

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