#5F61EA

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

Shades of Medium Slate Blue #5F61EA

Tints of Medium Slate Blue #5F61EA

Color information

#5F61EA (or 0x5F61EA) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 61 and EA. RGB value is (95,97,234). Sum of RGB (Red+Green+Blue) = 95+97+234=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F61EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F61EA is #A09E15. Grayscale: #6F6F6F. Windows color (decimal): -10526230 or 15360351. OLE color: 15360351.

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

Color convert

RGB9597234-
CMYK0.590.5900.08
HSL239.14º76.8%64.51%-
HSV(B)239.14º59.4%91.76%-
XYZ23.8516.9279.85-
YUV112.02196.84115.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.30%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 234 (91.80% from 255) = 54.93%
R=22.30%
G=22.77%
B=54.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95972340.590.5900.08239.1476.864.51
Hex5F61EA3B3B08ef4d41
Octal1371413527373010357115101
Binary1011111110000111101010111011111011010001110111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,97,234); }

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

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

 a { background-color: rgb(95,97,234); }

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

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

 span { border-color: rgb(95,97,234); }

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