#5853DC

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

Shades of Slate Blue #5853DC

Tints of Slate Blue #5853DC

Color information

#5853DC (or 0x5853DC) is unknown color: approx Slate Blue. HEX triplet: 58, 53 and DC. RGB value is (88,83,220). Sum of RGB (Red+Green+Blue) = 88+83+220=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #5853DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5853DC is #A7AC23. Grayscale: #636363. Windows color (decimal): -10988580 or 14439256. OLE color: 14439256.

HSL color Cylindrical-coordinate representation of color #5853DC: hue angle of 242.19º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5853DC is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8883220-
CMYK0.60.6200.14
HSL242.19º66.18%59.41%-
HSV(B)242.19º62.27%86.27%-
XYZ20.0413.4369.25-
YUV100.11195.66119.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.51%
GREEN value IS 83 (32.81% from 255) = 21.23%
BLUE value IS 220 (86.33% from 255) = 56.27%
R=22.51%
G=21.23%
B=56.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88832200.60.6200.14242.1966.1859.41
Hex5853DC3C3E0Ef2423b
Octal130123334747601636210273
Binary101100010100111101110011110011111001110111100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5853DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5853DC; }

 p { color: rgb(88,83,220); }

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

<style>
 a { background-color: #5853DC; }

 a { background-color: rgb(88,83,220); }

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

<style>
 span { border-color: #5853DC; }

 span { border-color: rgb(88,83,220); }

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