Html Css Color HEX #5351DF Slate Blue

📋 copy color: '#5351DF'

red 83 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #5351DF

Tints of Slate Blue #5351DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 21.45%
G = 20.93%
B = 57.62%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5351DF (or 0x5351DF) is known color: Slate Blue. HEX triplet: 53, 51 and DF. RGB value is (83,81,223). Sum of RGB (Red+Green+Blue) = 83+81+223=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #5351DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351DF is #ACAE20. Grayscale: #616161. Windows color (decimal): -11316769 or 14635347. OLE color: 14635347.

HSL color Cylindrical-coordinate representation of color #5351DF: hue angle of 240.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5351DF is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 81 223 -
CMYK 0.63 0.64 0 0.13
HSL 240.85º 0.69% 0.6% -
HSV(B) 240.85º 0.64% 0.87% -
XYZ 19.83 13.05 71.29 -
YUV 97.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 83 81 223 0.63 0.64 0 0.13 240.85 0.69 0.6
Hex 53 51 DF 3F 40 0 D F1 45 3C
Octal 123 121 337 77 100 0 15 361 105 74
Binary 1010011 1010001 11011111 111111 1000000 0 1101 11110001 1000101 111100

Color Harmonies of #5351DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351DF

Black with #5351DF

Text Example


Text Example

White with #5351DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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