#5F72FC

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

Shades of Medium Slate Blue #5F72FC

Tints of Medium Slate Blue #5F72FC

Color information

#5F72FC (or 0x5F72FC) is unknown color: approx Medium Slate Blue. HEX triplet: 5F, 72 and FC. RGB value is (95,114,252). Sum of RGB (Red+Green+Blue) = 95+114+252=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F72FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F72FC is #A08D03. Grayscale: #7B7B7B. Windows color (decimal): -10521860 or 16544351. OLE color: 16544351.

HSL color Cylindrical-coordinate representation of color #5F72FC: hue angle of 232.74º 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 #5F72FC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95114252-
CMYK0.620.5500.01
HSL232.74º96.32%68.04%-
HSV(B)232.74º62.3%98.82%-
XYZ28.3121.594.75-
YUV124.05200.21107.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 252 (98.83% from 255) = 54.66%
R=20.61%
G=24.73%
B=54.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951142520.620.5500.01232.7496.3268.04
Hex5F72FC3E3701e96044
Octal137162374766701351140104
Binary1011111111001011111100111110110111011110100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F72FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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