Html Css Color HEX #5351DD Slate Blue

📋 copy color: '#5351DD'

red 83 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #5351DD

Tints of Slate Blue #5351DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 21.56%
G = 21.04%
B = 57.4%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5351DD (or 0x5351DD) is known color: Slate Blue. HEX triplet: 53, 51 and DD. RGB value is (83,81,221). Sum of RGB (Red+Green+Blue) = 83+81+221=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #5351DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5351DD is #ACAE22. Grayscale: #616161. Windows color (decimal): -11316771 or 14504275. OLE color: 14504275.

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

Color convert

RGB 83 81 221 -
CMYK 0.62 0.63 0 0.13
HSL 240.86º 0.67% 0.59% -
HSV(B) 240.86º 0.63% 0.87% -
XYZ 19.56 12.94 69.87 -
YUV 97.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 83 81 221 0.62 0.63 0 0.13 240.86 0.67 0.59
Hex 53 51 DD 3E 3F 0 D F1 43 3B
Octal 123 121 335 76 77 0 15 361 103 73
Binary 1010011 1010001 11011101 111110 111111 0 1101 11110001 1000011 111011

Color Harmonies of #5351DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5351DD

Black with #5351DD

Text Example


Text Example

White with #5351DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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