#5F68EB

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

Shades of Medium Slate Blue #5F68EB

Tints of Medium Slate Blue #5F68EB

Color information

#5F68EB (or 0x5F68EB) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 68 and EB. RGB value is (95,104,235). Sum of RGB (Red+Green+Blue) = 95+104+235=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F68EB is #A09714. Grayscale: #737373. Windows color (decimal): -10524437 or 15427679. OLE color: 15427679.

HSL color Cylindrical-coordinate representation of color #5F68EB: hue angle of 236.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F68EB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95104235-
CMYK0.600.5600.08
HSL236.14º77.78%64.71%-
HSV(B)236.14º59.57%92.16%-
XYZ24.6718.3380.84-
YUV116.24195.02112.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.89%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 235 (92.19% from 255) = 54.15%
R=21.89%
G=23.96%
B=54.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951042350.600.5600.08236.1477.7864.71
Hex5F68EB3C3808ec4e41
Octal1371503537470010354116101
Binary1011111110100011101011111100111000010001110110010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F68EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F68EB; }

 p { color: rgb(95,104,235); }

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

<style>
 a { background-color: #5F68EB; }

 a { background-color: rgb(95,104,235); }

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

<style>
 span { border-color: #5F68EB; }

 span { border-color: rgb(95,104,235); }

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