#5F73FC

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

Shades of Medium Slate Blue #5F73FC

Tints of Medium Slate Blue #5F73FC

Color information

#5F73FC (or 0x5F73FC) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 73 and FC. RGB value is (95,115,252). Sum of RGB (Red+Green+Blue) = 95+115+252=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F73FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F73FC is #A08C03. Grayscale: #7C7C7C. Windows color (decimal): -10521604 or 16544607. OLE color: 16544607.

HSL color Cylindrical-coordinate representation of color #5F73FC: hue angle of 232.36º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F73FC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95115252-
CMYK0.620.5400.01
HSL232.36º96.32%68.04%-
HSV(B)232.36º62.3%98.82%-
XYZ28.4221.7294.79-
YUV124.64199.87106.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.56%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 252 (98.83% from 255) = 54.55%
R=20.56%
G=24.89%
B=54.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951152520.620.5400.01232.3696.3268.04
Hex5F73FC3E3601e86044
Octal137163374766601350140104
Binary1011111111001111111100111110110110011110100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F73FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,252); }

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

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

 a { background-color: rgb(95,115,252); }

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

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

 span { border-color: rgb(95,115,252); }

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