Html Css Color HEX #5949C6 Slate Blue

📋 copy color: '#5949C6'

red 89 ◦ green 73 ◦ blue 198

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

Shades of Slate Blue #5949C6

Tints of Slate Blue #5949C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55%

R = 24.72%
G = 20.28%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5949C6 (or 0x5949C6) is known color: Slate Blue. HEX triplet: 59, 49 and C6. RGB value is (89,73,198). Sum of RGB (Red+Green+Blue) = 89+73+198=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #5949C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949C6 is #A6B639. Grayscale: #5B5B5B. Windows color (decimal): -10925626 or 12994905. OLE color: 12994905.

HSL color Cylindrical-coordinate representation of color #5949C6: hue angle of 247.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5949C6 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 73 198 -
CMYK 0.55 0.63 0 0.22
HSL 247.68º 0.52% 0.53% -
HSV(B) 247.68º 0.63% 0.78% -
XYZ 16.7 10.97 54.66 -
YUV 92.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 89 73 198 0.55 0.63 0 0.22 247.68 0.52 0.53
Hex 59 49 C6 37 3F 0 16 F8 34 35
Octal 131 111 306 67 77 0 26 370 64 65
Binary 1011001 1001001 11000110 110111 111111 0 10110 11111000 110100 110101

Color Harmonies of #5949C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5949C6

Black with #5949C6

Text Example


Text Example

White with #5949C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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