#514ADA

Color #514ADA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #514ADA

Tints of Slate Blue #514ADA

Color information

#514ADA (or 0x514ADA) is unknown color: approx Slate Blue. HEX triplet: 51, 4A and DA. RGB value is (81,74,218). Sum of RGB (Red+Green+Blue) = 81+74+218=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #514ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514ADA is #AEB525. Grayscale: #5B5B5B. Windows color (decimal): -11449638 or 14305873. OLE color: 14305873.

HSL color Cylindrical-coordinate representation of color #514ADA: hue angle of 242.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514ADA is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8174218-
CMYK0.630.6600.15
HSL242.92º66.06%57.25%-
HSV(B)242.92º66.06%85.49%-
XYZ18.511.7167.61-
YUV92.51198.82119.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=21.72%
G=19.84%
B=58.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81742180.630.6600.15242.9266.0657.25
Hex514ADA3F420Ff34239
Octal1211123327710201736310271
Binary1010001100101011011010111111100001001111111100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514ADA; }

 p { color: rgb(81,74,218); }

 H1.HeaderClassName
 {
   color: #514ADA;
 }
 .AnyTagClassName
 {
   color: #514ADA;
 }
</style>
background-color css

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

 a { background-color: rgb(81,74,218); }

 div.DivClassName
 {
   background-color: #514ADA;
 }
 .BgClassName
 {
   background-color: #514ADA;
 }
</style>
border-color css

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

 span { border-color: rgb(81,74,218); }

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