#5856CB

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

Shades of Slate Blue #5856CB

Tints of Slate Blue #5856CB

Color information

#5856CB (or 0x5856CB) is unknown color: approx Slate Blue. HEX triplet: 58, 56 and CB. RGB value is (88,86,203). Sum of RGB (Red+Green+Blue) = 88+86+203=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #5856CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5856CB is #A7A934. Grayscale: #636363. Windows color (decimal): -10987829 or 13325912. OLE color: 13325912.

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

Color convert

RGB8886203-
CMYK0.570.5800.20
HSL241.03º52.94%56.67%-
HSV(B)241.03º57.64%79.61%-
XYZ18.1313.0458.06-
YUV99.94186.16119.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 203 (79.69% from 255) = 53.85%
R=23.34%
G=22.81%
B=53.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88862030.570.5800.20241.0352.9456.67
Hex5856CB393A014f13539
Octal13012631371720243616571
Binary101100010101101100101111100111101001010011110001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5856CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5856CB; }

 p { color: rgb(88,86,203); }

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

<style>
 a { background-color: #5856CB; }

 a { background-color: rgb(88,86,203); }

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

<style>
 span { border-color: #5856CB; }

 span { border-color: rgb(88,86,203); }

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