Html Css Color HEX #5352DB Slate Blue

📋 copy color: '#5352DB'

red 83 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #5352DB

Tints of Slate Blue #5352DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 21.61%
G = 21.35%
B = 57.03%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5352DB (or 0x5352DB) is known color: Slate Blue. HEX triplet: 53, 52 and DB. RGB value is (83,82,219). Sum of RGB (Red+Green+Blue) = 83+82+219=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #5352DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352DB is #ACAD24. Grayscale: #616161. Windows color (decimal): -11316517 or 14373459. OLE color: 14373459.

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

Color convert

RGB 83 82 219 -
CMYK 0.62 0.63 0 0.14
HSL 240.44º 0.66% 0.59% -
HSV(B) 240.44º 0.63% 0.86% -
XYZ 19.37 12.99 68.5 -
YUV 97.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 83 82 219 0.62 0.63 0 0.14 240.44 0.66 0.59
Hex 53 52 DB 3E 3F 0 E F0 42 3B
Octal 123 122 333 76 77 0 16 360 102 73
Binary 1010011 1010010 11011011 111110 111111 0 1110 11110000 1000010 111011

Color Harmonies of #5352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352DB

Black with #5352DB

Text Example


Text Example

White with #5352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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