Html Css Color HEX #514067 Meteorite

📋 copy color: '#514067'

red 81 ◦ green 64 ◦ blue 103

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

Shades of Meteorite #514067

Tints of Meteorite #514067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 32.66%
G = 25.81%
B = 41.53%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514067 (or 0x514067) is known color: Meteorite. HEX triplet: 51, 40 and 67. RGB value is (81,64,103). Sum of RGB (Red+Green+Blue) = 81+64+103=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #514067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514067 is #AEBF98. Grayscale: #494949. Windows color (decimal): -11452313 or 6766673. OLE color: 6766673.

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

Color convert

RGB 81 64 103 -
CMYK 0.21 0.38 0 0.60
HSL 266.15º 0.23% 0.33% -
HSV(B) 266.15º 0.38% 0.4% -
XYZ 7.67 6.4 13.66 -
YUV 73.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 81 64 103 0.21 0.38 0 0.60 266.15 0.23 0.33
Hex 51 40 67 15 26 0 3C 10A 17 21
Octal 121 100 147 25 46 0 74 412 27 41
Binary 1010001 1000000 1100111 10101 100110 0 111100 100001010 10111 100001

Color Harmonies of #514067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514067

Black with #514067

Text Example


Text Example

White with #514067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514067; }

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

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

background-color css

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

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

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

border-color css

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

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

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