Html Css Color HEX #5949D6 Slate Blue

📋 copy color: '#5949D6'

red 89 ◦ green 73 ◦ blue 214

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

Shades of Slate Blue #5949D6

Tints of Slate Blue #5949D6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 214 (83.98% from 255) = 56.91%

R = 23.67%
G = 19.41%
B = 56.91%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5949D6 (or 0x5949D6) is known color: Slate Blue. HEX triplet: 59, 49 and D6. RGB value is (89,73,214). Sum of RGB (Red+Green+Blue) = 89+73+214=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #5949D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949D6 is #A6B629. Grayscale: #5D5D5D. Windows color (decimal): -10925610 or 14043481. OLE color: 14043481.

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

Color convert

RGB 89 73 214 -
CMYK 0.58 0.66 0 0.16
HSL 246.81º 0.63% 0.56% -
HSV(B) 246.81º 0.66% 0.84% -
XYZ 18.64 11.74 64.9 -
YUV 93.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 89 73 214 0.58 0.66 0 0.16 246.81 0.63 0.56
Hex 59 49 D6 3A 42 0 10 F7 3F 38
Octal 131 111 326 72 102 0 20 367 77 70
Binary 1011001 1001001 11010110 111010 1000010 0 10000 11110111 111111 111000

Color Harmonies of #5949D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949D6

Black with #5949D6

Text Example


Text Example

White with #5949D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5949D6; }

 p { color: rgb(89,73,214); }

 H1.HeaderClassName
 {
   color: #5949D6;
 }
 .AnyTagClassName
 {
   color: #5949D6;
 }
</style>

background-color css

<style>
 a { background-color: #5949D6; }

 a { background-color: rgb(89,73,214); }

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

border-color css

<style>
 span { border-color: #5949D6; }

 span { border-color: rgb(89,73,214); }

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