#5851DC

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

Shades of Slate Blue #5851DC

Tints of Slate Blue #5851DC

Color information

#5851DC (or 0x5851DC) is unknown color: approx Slate Blue. HEX triplet: 58, 51 and DC. RGB value is (88,81,220). Sum of RGB (Red+Green+Blue) = 88+81+220=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #5851DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851DC is #A7AE23. Grayscale: #626262. Windows color (decimal): -10989092 or 14438744. OLE color: 14438744.

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

Color convert

RGB8881220-
CMYK0.60.6300.14
HSL243.02º66.51%59.02%-
HSV(B)243.02º63.18%86.27%-
XYZ19.8913.1369.2-
YUV98.94196.32120.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 220 (86.33% from 255) = 56.56%
R=22.62%
G=20.82%
B=56.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88812200.60.6300.14243.0266.5159.02
Hex5851DC3C3F0Ef3433b
Octal130121334747701636310373
Binary101100010100011101110011110011111101110111100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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