Html Css Color HEX #5949CE Slate Blue

📋 copy color: '#5949CE'

red 89 ◦ green 73 ◦ blue 206

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

Shades of Slate Blue #5949CE

Tints of Slate Blue #5949CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 24.18%
G = 19.84%
B = 55.98%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5949CE (or 0x5949CE) is known color: Slate Blue. HEX triplet: 59, 49 and CE. RGB value is (89,73,206). Sum of RGB (Red+Green+Blue) = 89+73+206=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #5949CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949CE is #A6B631. Grayscale: #5C5C5C. Windows color (decimal): -10925618 or 13519193. OLE color: 13519193.

HSL color Cylindrical-coordinate representation of color #5949CE: hue angle of 247.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5949CE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 73 206 -
CMYK 0.57 0.65 0 0.19
HSL 247.22º 0.58% 0.55% -
HSV(B) 247.22º 0.65% 0.81% -
XYZ 17.64 11.35 59.65 -
YUV 92.95 191.8 125.19 -
System Red Green Blue C M Y K H S L
Decimal 89 73 206 0.57 0.65 0 0.19 247.22 0.58 0.55
Hex 59 49 CE 39 41 0 13 F7 3A 37
Octal 131 111 316 71 101 0 23 367 72 67
Binary 1011001 1001001 11001110 111001 1000001 0 10011 11110111 111010 110111

Color Harmonies of #5949CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949CE

Black with #5949CE

Text Example


Text Example

White with #5949CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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