Html Css Color HEX #514375 Meteorite

📋 copy color: '#514375'

red 81 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #514375

Tints of Meteorite #514375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 30.57%
G = 25.28%
B = 44.15%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#514375 (or 0x514375) is known color: Meteorite. HEX triplet: 51, 43 and 75. RGB value is (81,67,117). Sum of RGB (Red+Green+Blue) = 81+67+117=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #514375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514375 is #AEBC8A. Grayscale: #4C4C4C. Windows color (decimal): -11451531 or 7684945. OLE color: 7684945.

HSL color Cylindrical-coordinate representation of color #514375: hue angle of 256.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514375 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 67 117 -
CMYK 0.31 0.43 0 0.54
HSL 256.8º 0.27% 0.36% -
HSV(B) 256.8º 0.43% 0.46% -
XYZ 8.61 7.05 17.74 -
YUV 76.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 81 67 117 0.31 0.43 0 0.54 256.8 0.27 0.36
Hex 51 43 75 1F 2B 0 36 101 1B 24
Octal 121 103 165 37 53 0 66 401 33 44
Binary 1010001 1000011 1110101 11111 101011 0 110110 100000001 11011 100100

Color Harmonies of #514375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514375

Black with #514375

Text Example


Text Example

White with #514375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514375; }

 p { color: rgb(81,67,117); }

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

background-color css

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

 a { background-color: rgb(81,67,117); }

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

border-color css

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

 span { border-color: rgb(81,67,117); }

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