Html Css Color HEX #5948CA Slate Blue

📋 copy color: '#5948CA'

red 89 ◦ green 72 ◦ blue 202

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

Shades of Slate Blue #5948CA

Tints of Slate Blue #5948CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 24.52%
G = 19.83%
B = 55.65%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5948CA (or 0x5948CA) is known color: Slate Blue. HEX triplet: 59, 48 and CA. RGB value is (89,72,202). Sum of RGB (Red+Green+Blue) = 89+72+202=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #5948CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948CA is #A6B735. Grayscale: #5B5B5B. Windows color (decimal): -10925878 or 13256793. OLE color: 13256793.

HSL color Cylindrical-coordinate representation of color #5948CA: hue angle of 247.85º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5948CA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 72 202 -
CMYK 0.56 0.64 0 0.21
HSL 247.85º 0.55% 0.54% -
HSV(B) 247.85º 0.64% 0.79% -
XYZ 17.1 11.02 57.1 -
YUV 91.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 89 72 202 0.56 0.64 0 0.21 247.85 0.55 0.54
Hex 59 48 CA 38 40 0 15 F8 37 36
Octal 131 110 312 70 100 0 25 370 67 66
Binary 1011001 1001000 11001010 111000 1000000 0 10101 11111000 110111 110110

Color Harmonies of #5948CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5948CA

Black with #5948CA

Text Example


Text Example

White with #5948CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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