Html Css Color HEX #5949DF Slate Blue

📋 copy color: '#5949DF'

red 89 ◦ green 73 ◦ blue 223

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

Shades of Slate Blue #5949DF

Tints of Slate Blue #5949DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.92%

R = 23.12%
G = 18.96%
B = 57.92%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5949DF (or 0x5949DF) is known color: Slate Blue. HEX triplet: 59, 49 and DF. RGB value is (89,73,223). Sum of RGB (Red+Green+Blue) = 89+73+223=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #5949DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949DF is #A6B620. Grayscale: #5E5E5E. Windows color (decimal): -10925601 or 14633305. OLE color: 14633305.

HSL color Cylindrical-coordinate representation of color #5949DF: hue angle of 246.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5949DF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 73 223 -
CMYK 0.60 0.67 0 0.13
HSL 246.4º 0.7% 0.58% -
HSV(B) 246.4º 0.67% 0.87% -
XYZ 19.82 12.22 71.13 -
YUV 94.88 200.3 123.8 -
System Red Green Blue C M Y K H S L
Decimal 89 73 223 0.60 0.67 0 0.13 246.4 0.7 0.58
Hex 59 49 DF 3C 43 0 D F6 46 3A
Octal 131 111 337 74 103 0 15 366 106 72
Binary 1011001 1001001 11011111 111100 1000011 0 1101 11110110 1000110 111010

Color Harmonies of #5949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949DF

Black with #5949DF

Text Example


Text Example

White with #5949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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