#5849CC

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

Shades of Slate Blue #5849CC

Tints of Slate Blue #5849CC

Color information

#5849CC (or 0x5849CC) is unknown color: approx Slate Blue. HEX triplet: 58, 49 and CC. RGB value is (88,73,204). Sum of RGB (Red+Green+Blue) = 88+73+204=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #5849CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5849CC is #A7B633. Grayscale: #5B5B5B. Windows color (decimal): -10991156 or 13388120. OLE color: 13388120.

HSL color Cylindrical-coordinate representation of color #5849CC: hue angle of 246.87º 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 #5849CC is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8873204-
CMYK0.570.6400.2
HSL246.87º56.22%54.31%-
HSV(B)246.87º64.22%80%-
XYZ17.3111.258.38-
YUV92.42190.97124.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=24.11%
G=20%
B=55.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88732040.570.6400.2246.8756.2254.31
Hex5849CC3940014f73836
Octal130111314711000243677066
Binary1011000100100111001100111001100000001010011110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5849CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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