Html Css Color HEX #514265 Meteorite

📋 copy color: '#514265'

red 81 ◦ green 66 ◦ blue 101

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

Shades of Meteorite #514265

Tints of Meteorite #514265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 32.66%
G = 26.61%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514265 (or 0x514265) is known color: Meteorite. HEX triplet: 51, 42 and 65. RGB value is (81,66,101). Sum of RGB (Red+Green+Blue) = 81+66+101=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #514265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514265 is #AEBD9A. Grayscale: #4A4A4A. Windows color (decimal): -11451803 or 6636113. OLE color: 6636113.

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

Color convert

RGB 81 66 101 -
CMYK 0.20 0.35 0 0.60
HSL 265.71º 0.21% 0.33% -
HSV(B) 265.71º 0.35% 0.4% -
XYZ 7.69 6.59 13.18 -
YUV 74.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 81 66 101 0.20 0.35 0 0.60 265.71 0.21 0.33
Hex 51 42 65 14 23 0 3C 10A 15 21
Octal 121 102 145 24 43 0 74 412 25 41
Binary 1010001 1000010 1100101 10100 100011 0 111100 100001010 10101 100001

Color Harmonies of #514265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514265

Black with #514265

Text Example


Text Example

White with #514265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514265; }

 p { color: rgb(81,66,101); }

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

background-color css

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

 a { background-color: rgb(81,66,101); }

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

border-color css

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

 span { border-color: rgb(81,66,101); }

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