Html Css Color HEX #5240DB Slate Blue

📋 copy color: '#5240DB'

red 82 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #5240DB

Tints of Slate Blue #5240DB

RGB

 RED value IS 82 (32.42% from 255) = 22.47%

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

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

R = 22.47%
G = 17.53%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5240DB (or 0x5240DB) is known color: Slate Blue. HEX triplet: 52, 40 and DB. RGB value is (82,64,219). Sum of RGB (Red+Green+Blue) = 82+64+219=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #5240DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240DB is #ADBF24. Grayscale: #565656. Windows color (decimal): -11386661 or 14368850. OLE color: 14368850.

HSL color Cylindrical-coordinate representation of color #5240DB: hue angle of 246.97º 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 #5240DB is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 64 219 -
CMYK 0.63 0.71 0 0.14
HSL 246.97º 0.68% 0.55% -
HSV(B) 246.97º 0.71% 0.86% -
XYZ 18.1 10.58 68.11 -
YUV 87.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 82 64 219 0.63 0.71 0 0.14 246.97 0.68 0.55
Hex 52 40 DB 3F 47 0 E F7 44 37
Octal 122 100 333 77 107 0 16 367 104 67
Binary 1010010 1000000 11011011 111111 1000111 0 1110 11110111 1000100 110111

Color Harmonies of #5240DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240DB

Black with #5240DB

Text Example


Text Example

White with #5240DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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