Html Css Color HEX #5949CA Slate Blue

📋 copy color: '#5949CA'

red 89 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #5949CA

Tints of Slate Blue #5949CA

RGB

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

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

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

R = 24.45%
G = 20.05%
B = 55.49%

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

#5949CA (or 0x5949CA) is known color: Slate Blue. HEX triplet: 59, 49 and CA. RGB value is (89,73,202). Sum of RGB (Red+Green+Blue) = 89+73+202=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #5949CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949CA is #A6B635. Grayscale: #5B5B5B. Windows color (decimal): -10925622 or 13257049. OLE color: 13257049.

HSL color Cylindrical-coordinate representation of color #5949CA: hue angle of 247.44º 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 #5949CA is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 73 202 -
CMYK 0.56 0.64 0 0.21
HSL 247.44º 0.55% 0.54% -
HSV(B) 247.44º 0.64% 0.79% -
XYZ 17.16 11.15 57.13 -
YUV 92.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 89 73 202 0.56 0.64 0 0.21 247.44 0.55 0.54
Hex 59 49 CA 38 40 0 15 F7 37 36
Octal 131 111 312 70 100 0 25 367 67 66
Binary 1011001 1001001 11001010 111000 1000000 0 10101 11110111 110111 110110

Color Harmonies of #5949CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949CA

Black with #5949CA

Text Example


Text Example

White with #5949CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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