#5658CB

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

Shades of Slate Blue #5658CB

Tints of Slate Blue #5658CB

Color information

#5658CB (or 0x5658CB) is unknown color: approx Slate Blue. HEX triplet: 56, 58 and CB. RGB value is (86,88,203). Sum of RGB (Red+Green+Blue) = 86+88+203=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 88 (34.77% from 255 or 23.34% 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 #5658CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5658CB is #A9A734. Grayscale: #646464. Windows color (decimal): -11118389 or 13326422. OLE color: 13326422.

HSL color Cylindrical-coordinate representation of color #5658CB: hue angle of 238.97º 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 #5658CB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8688203-
CMYK0.580.5700.20
HSL238.97º52.94%56.67%-
HSV(B)238.97º57.64%79.61%-
XYZ18.1113.2758.11-
YUV100.51185.84117.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86882030.580.5700.20238.9752.9456.67
Hex5658CB3A39014ef3539
Octal12613031372710243576571
Binary101011010110001100101111101011100101010011101111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5658CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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