Html Css Color HEX #514CDB Slate Blue

📋 copy color: '#514CDB'

red 81 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #514CDB

Tints of Slate Blue #514CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 21.54%
G = 20.21%
B = 58.24%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#514CDB (or 0x514CDB) is known color: Slate Blue. HEX triplet: 51, 4C and DB. RGB value is (81,76,219). Sum of RGB (Red+Green+Blue) = 81+76+219=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #514CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CDB is #AEB324. Grayscale: #5D5D5D. Windows color (decimal): -11449125 or 14371921. OLE color: 14371921.

HSL color Cylindrical-coordinate representation of color #514CDB: hue angle of 242.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #514CDB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 76 219 -
CMYK 0.63 0.65 0 0.14
HSL 242.1º 0.67% 0.58% -
HSV(B) 242.1º 0.65% 0.86% -
XYZ 18.76 12.03 68.35 -
YUV 93.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 81 76 219 0.63 0.65 0 0.14 242.1 0.67 0.58
Hex 51 4C DB 3F 41 0 E F2 43 3A
Octal 121 114 333 77 101 0 16 362 103 72
Binary 1010001 1001100 11011011 111111 1000001 0 1110 11110010 1000011 111010

Color Harmonies of #514CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CDB

Black with #514CDB

Text Example


Text Example

White with #514CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,219); }

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

background-color css

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

 a { background-color: rgb(81,76,219); }

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

border-color css

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

 span { border-color: rgb(81,76,219); }

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