Html Css Color HEX #5340DB Slate Blue

📋 copy color: '#5340DB'

red 83 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #5340DB

Tints of Slate Blue #5340DB

RGB

 RED value IS 83 (32.81% from 255) = 22.68%

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 22.68%
G = 17.49%
B = 59.84%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5340DB (or 0x5340DB) is known color: Slate Blue. HEX triplet: 53, 40 and DB. RGB value is (83,64,219). Sum of RGB (Red+Green+Blue) = 83+64+219=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #5340DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5340DB is #ACBF24. Grayscale: #565656. Windows color (decimal): -11321125 or 14368851. OLE color: 14368851.

HSL color Cylindrical-coordinate representation of color #5340DB: hue angle of 247.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5340DB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 64 219 -
CMYK 0.62 0.71 0 0.14
HSL 247.35º 0.68% 0.55% -
HSV(B) 247.35º 0.71% 0.86% -
XYZ 18.19 10.62 68.11 -
YUV 87.35 202.29 124.9 -
System Red Green Blue C M Y K H S L
Decimal 83 64 219 0.62 0.71 0 0.14 247.35 0.68 0.55
Hex 53 40 DB 3E 47 0 E F7 44 37
Octal 123 100 333 76 107 0 16 367 104 67
Binary 1010011 1000000 11011011 111110 1000111 0 1110 11110111 1000100 110111

Color Harmonies of #5340DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5340DB

Black with #5340DB

Text Example


Text Example

White with #5340DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5340DB; }

 p { color: rgb(83,64,219); }

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

background-color css

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

 a { background-color: rgb(83,64,219); }

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

border-color css

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

 span { border-color: rgb(83,64,219); }

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