Html Css Color HEX #5351DC Slate Blue

📋 copy color: '#5351DC'

red 83 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #5351DC

Tints of Slate Blue #5351DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 21.61%
G = 21.09%
B = 57.29%

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

#5351DC (or 0x5351DC) is known color: Slate Blue. HEX triplet: 53, 51 and DC. RGB value is (83,81,220). Sum of RGB (Red+Green+Blue) = 83+81+220=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #5351DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351DC is #ACAE23. Grayscale: #606060. Windows color (decimal): -11316772 or 14438739. OLE color: 14438739.

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

Color convert

RGB 83 81 220 -
CMYK 0.62 0.63 0 0.14
HSL 240.86º 0.67% 0.59% -
HSV(B) 240.86º 0.63% 0.86% -
XYZ 19.43 12.89 69.17 -
YUV 97.44 197.16 117.7 -
System Red Green Blue C M Y K H S L
Decimal 83 81 220 0.62 0.63 0 0.14 240.86 0.67 0.59
Hex 53 51 DC 3E 3F 0 E F1 43 3B
Octal 123 121 334 76 77 0 16 361 103 73
Binary 1010011 1010001 11011100 111110 111111 0 1110 11110001 1000011 111011

Color Harmonies of #5351DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351DC

Black with #5351DC

Text Example


Text Example

White with #5351DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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