Html Css Color HEX #5950D7 Slate Blue

📋 copy color: '#5950D7'

red 89 ◦ green 80 ◦ blue 215

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

Shades of Slate Blue #5950D7

Tints of Slate Blue #5950D7

RGB

 RED value IS 89 (35.16% from 255) = 23.18%

 GREEN value IS 80 (31.64% from 255) = 20.83%

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 23.18%
G = 20.83%
B = 55.99%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5950D7 (or 0x5950D7) is known color: Slate Blue. HEX triplet: 59, 50 and D7. RGB value is (89,80,215). Sum of RGB (Red+Green+Blue) = 89+80+215=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #5950D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950D7 is #A6AF28. Grayscale: #616161. Windows color (decimal): -10923817 or 14110809. OLE color: 14110809.

HSL color Cylindrical-coordinate representation of color #5950D7: hue angle of 244º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5950D7 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 80 215 -
CMYK 0.59 0.63 0 0.16
HSL 244º 0.63% 0.58% -
HSV(B) 244º 0.63% 0.84% -
XYZ 19.25 12.77 65.74 -
YUV 98.08 193.98 121.52 -
System Red Green Blue C M Y K H S L
Decimal 89 80 215 0.59 0.63 0 0.16 244 0.63 0.58
Hex 59 50 D7 3B 3F 0 10 F4 3F 3A
Octal 131 120 327 73 77 0 20 364 77 72
Binary 1011001 1010000 11010111 111011 111111 0 10000 11110100 111111 111010

Color Harmonies of #5950D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950D7

Black with #5950D7

Text Example


Text Example

White with #5950D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5950D7; }

 p { color: rgb(89,80,215); }

 H1.HeaderClassName
 {
   color: #5950D7;
 }
 .AnyTagClassName
 {
   color: #5950D7;
 }
</style>

background-color css

<style>
 a { background-color: #5950D7; }

 a { background-color: rgb(89,80,215); }

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

border-color css

<style>
 span { border-color: #5950D7; }

 span { border-color: rgb(89,80,215); }

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