Html Css Color HEX #5950D3 Slate Blue

📋 copy color: '#5950D3'

red 89 ◦ green 80 ◦ blue 211

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

Shades of Slate Blue #5950D3

Tints of Slate Blue #5950D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 55.53%

R = 23.42%
G = 21.05%
B = 55.53%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#5950D3 (or 0x5950D3) is known color: Slate Blue. HEX triplet: 59, 50 and D3. RGB value is (89,80,211). Sum of RGB (Red+Green+Blue) = 89+80+211=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #5950D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950D3 is #A6AF2C. Grayscale: #616161. Windows color (decimal): -10923821 or 13848665. OLE color: 13848665.

HSL color Cylindrical-coordinate representation of color #5950D3: hue angle of 244.12º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5950D3 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 89 80 211 -
CMYK 0.58 0.62 0 0.17
HSL 244.12º 0.6% 0.57% -
HSV(B) 244.12º 0.62% 0.83% -
XYZ 18.75 12.56 63.07 -
YUV 97.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 89 80 211 0.58 0.62 0 0.17 244.12 0.6 0.57
Hex 59 50 D3 3A 3E 0 11 F4 3C 39
Octal 131 120 323 72 76 0 21 364 74 71
Binary 1011001 1010000 11010011 111010 111110 0 10001 11110100 111100 111001

Color Harmonies of #5950D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5950D3

Black with #5950D3

Text Example


Text Example

White with #5950D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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