Html Css Color HEX #5948DF Slate Blue

📋 copy color: '#5948DF'

red 89 ◦ green 72 ◦ blue 223

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

Shades of Slate Blue #5948DF

Tints of Slate Blue #5948DF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

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

R = 23.18%
G = 18.75%
B = 58.07%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5948DF (or 0x5948DF) is known color: Slate Blue. HEX triplet: 59, 48 and DF. RGB value is (89,72,223). Sum of RGB (Red+Green+Blue) = 89+72+223=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #5948DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948DF is #A6B720. Grayscale: #5D5D5D. Windows color (decimal): -10925857 or 14633049. OLE color: 14633049.

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

Color convert

RGB 89 72 223 -
CMYK 0.60 0.68 0 0.13
HSL 246.76º 0.7% 0.58% -
HSV(B) 246.76º 0.68% 0.87% -
XYZ 19.76 12.09 71.1 -
YUV 94.3 200.63 124.22 -
System Red Green Blue C M Y K H S L
Decimal 89 72 223 0.60 0.68 0 0.13 246.76 0.7 0.58
Hex 59 48 DF 3C 44 0 D F7 46 3A
Octal 131 110 337 74 104 0 15 367 106 72
Binary 1011001 1001000 11011111 111100 1000100 0 1101 11110111 1000110 111010

Color Harmonies of #5948DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948DF

Black with #5948DF

Text Example


Text Example

White with #5948DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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