Html Css Color HEX #5352DC Slate Blue

📋 copy color: '#5352DC'

red 83 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #5352DC

Tints of Slate Blue #5352DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.14%

R = 21.56%
G = 21.3%
B = 57.14%

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

#5352DC (or 0x5352DC) is known color: Slate Blue. HEX triplet: 53, 52 and DC. RGB value is (83,82,220). Sum of RGB (Red+Green+Blue) = 83+82+220=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #5352DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5352DC is #ACAD23. Grayscale: #616161. Windows color (decimal): -11316516 or 14438995. OLE color: 14438995.

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

Color convert

RGB 83 82 220 -
CMYK 0.62 0.63 0 0.14
HSL 240.43º 0.66% 0.59% -
HSV(B) 240.43º 0.63% 0.86% -
XYZ 19.5 13.04 69.2 -
YUV 98.03 196.83 117.28 -
System Red Green Blue C M Y K H S L
Decimal 83 82 220 0.62 0.63 0 0.14 240.43 0.66 0.59
Hex 53 52 DC 3E 3F 0 E F0 42 3B
Octal 123 122 334 76 77 0 16 360 102 73
Binary 1010011 1010010 11011100 111110 111111 0 1110 11110000 1000010 111011

Color Harmonies of #5352DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352DC

Black with #5352DC

Text Example


Text Example

White with #5352DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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