Html Css Color HEX #514CDD Slate Blue

📋 copy color: '#514CDD'

red 81 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #514CDD

Tints of Slate Blue #514CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 21.43%
G = 20.11%
B = 58.47%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514CDD (or 0x514CDD) is known color: Slate Blue. HEX triplet: 51, 4C and DD. RGB value is (81,76,221). Sum of RGB (Red+Green+Blue) = 81+76+221=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #514CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CDD is #AEB322. Grayscale: #5D5D5D. Windows color (decimal): -11449123 or 14502993. OLE color: 14502993.

HSL color Cylindrical-coordinate representation of color #514CDD: hue angle of 242.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514CDD is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 76 221 -
CMYK 0.63 0.66 0 0.13
HSL 242.07º 0.68% 0.58% -
HSV(B) 242.07º 0.66% 0.87% -
XYZ 19.03 12.14 69.75 -
YUV 94.03 199.66 118.71 -
System Red Green Blue C M Y K H S L
Decimal 81 76 221 0.63 0.66 0 0.13 242.07 0.68 0.58
Hex 51 4C DD 3F 42 0 D F2 44 3A
Octal 121 114 335 77 102 0 15 362 104 72
Binary 1010001 1001100 11011101 111111 1000010 0 1101 11110010 1000100 111010

Color Harmonies of #514CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CDD

Black with #514CDD

Text Example


Text Example

White with #514CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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