#5848CD

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

Shades of Slate Blue #5848CD

Tints of Slate Blue #5848CD

Color information

#5848CD (or 0x5848CD) is unknown color: approx Slate Blue. HEX triplet: 58, 48 and CD. RGB value is (88,72,205). Sum of RGB (Red+Green+Blue) = 88+72+205=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #5848CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5848CD is #A7B732. Grayscale: #5B5B5B. Windows color (decimal): -10991411 or 13453400. OLE color: 13453400.

HSL color Cylindrical-coordinate representation of color #5848CD: hue angle of 247.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5848CD is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8872205-
CMYK0.570.6500.20
HSL247.22º57.08%54.31%-
HSV(B)247.22º64.88%80.39%-
XYZ17.3611.1258.99-
YUV91.95191.8125.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=24.11%
G=19.73%
B=56.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88722050.570.6500.20247.2257.0854.31
Hex5848CD3941014f73936
Octal130110315711010243677166
Binary1011000100100011001101111001100000101010011110111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5848CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5848CD; }

 p { color: rgb(88,72,205); }

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

<style>
 a { background-color: #5848CD; }

 a { background-color: rgb(88,72,205); }

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

<style>
 span { border-color: #5848CD; }

 span { border-color: rgb(88,72,205); }

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