#5949CC

Color #5949CC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5949CC

Tints of Slate Blue #5949CC

Color information

#5949CC (or 0x5949CC) is unknown color: approx Slate Blue. HEX triplet: 59, 49 and CC. RGB value is (89,73,204). Sum of RGB (Red+Green+Blue) = 89+73+204=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #5949CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5949CC is #A6B633. Grayscale: #5C5C5C. Windows color (decimal): -10925620 or 13388121. OLE color: 13388121.

HSL color Cylindrical-coordinate representation of color #5949CC: hue angle of 247.33º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5949CC is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8973204-
CMYK0.560.6400.2
HSL247.33º56.22%54.31%-
HSV(B)247.33º64.22%80%-
XYZ17.411.2558.38-
YUV92.72190.8125.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 204 (80.08% from 255) = 55.74%
R=24.32%
G=19.95%
B=55.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal89732040.560.6400.2247.3356.2254.31
Hex5949CC3840014f73836
Octal131111314701000243677066
Binary1011001100100111001100111000100000001010011110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5949CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5949CC;
 }
 .AnyTagClassName
 {
   color: #5949CC;
 }
</style>
background-color css

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

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

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

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

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

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