#5F73FB

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

Shades of Medium Slate Blue #5F73FB

Tints of Medium Slate Blue #5F73FB

Color information

#5F73FB (or 0x5F73FB) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 73 and FB. RGB value is (95,115,251). Sum of RGB (Red+Green+Blue) = 95+115+251=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F73FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F73FB is #A08C04. Grayscale: #7B7B7B. Windows color (decimal): -10521605 or 16479071. OLE color: 16479071.

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

Color convert

RGB95115251-
CMYK0.620.5400.02
HSL232.31º95.12%67.84%-
HSV(B)232.31º62.15%98.43%-
XYZ28.2621.6693.96-
YUV124.52199.37106.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 251 (98.44% from 255) = 54.45%
R=20.61%
G=24.95%
B=54.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951152510.620.5400.02232.3195.1267.84
Hex5F73FB3E3602e85f44
Octal137163373766602350137104
Binary10111111110011111110111111101101100101110100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F73FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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