Html Css Color HEX #5949BF Slate Blue

📋 copy color: '#5949BF'

red 89 ◦ green 73 ◦ blue 191

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

Shades of Slate Blue #5949BF

Tints of Slate Blue #5949BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 25.21%
G = 20.68%
B = 54.11%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5949BF (or 0x5949BF) is known color: Slate Blue. HEX triplet: 59, 49 and BF. RGB value is (89,73,191). Sum of RGB (Red+Green+Blue) = 89+73+191=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #5949BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949BF is #A6B640. Grayscale: #5A5A5A. Windows color (decimal): -10925633 or 12536153. OLE color: 12536153.

HSL color Cylindrical-coordinate representation of color #5949BF: hue angle of 248.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5949BF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 73 191 -
CMYK 0.53 0.62 0 0.25
HSL 248.14º 0.48% 0.52% -
HSV(B) 248.14º 0.62% 0.75% -
XYZ 15.91 10.65 50.51 -
YUV 91.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 89 73 191 0.53 0.62 0 0.25 248.14 0.48 0.52
Hex 59 49 BF 35 3E 0 19 F8 30 34
Octal 131 111 277 65 76 0 31 370 60 64
Binary 1011001 1001001 10111111 110101 111110 0 11001 11111000 110000 110100

Color Harmonies of #5949BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949BF

Black with #5949BF

Text Example


Text Example

White with #5949BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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