#5F67EB

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

Shades of Medium Slate Blue #5F67EB

Tints of Medium Slate Blue #5F67EB

Color information

#5F67EB (or 0x5F67EB) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 67 and EB. RGB value is (95,103,235). Sum of RGB (Red+Green+Blue) = 95+103+235=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F67EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F67EB is #A09814. Grayscale: #737373. Windows color (decimal): -10524693 or 15427423. OLE color: 15427423.

HSL color Cylindrical-coordinate representation of color #5F67EB: hue angle of 236.57º 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 #5F67EB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95103235-
CMYK0.600.5600.08
HSL236.57º77.78%64.71%-
HSV(B)236.57º59.57%92.16%-
XYZ24.5618.1380.8-
YUV115.66195.35113.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.94%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 235 (92.19% from 255) = 54.27%
R=21.94%
G=23.79%
B=54.27%

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
Decimal951032350.600.5600.08236.5777.7864.71
Hex5F67EB3C3808ed4e41
Octal1371473537470010355116101
Binary1011111110011111101011111100111000010001110110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F67EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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