#5F54DF

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

Shades of Slate Blue #5F54DF

Tints of Slate Blue #5F54DF

Color information

#5F54DF (or 0x5F54DF) is unknown color: approx Slate Blue. HEX triplet: 5F, 54 and DF. RGB value is (95,84,223). Sum of RGB (Red+Green+Blue) = 95+84+223=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F54DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F54DF is #A0AB20. Grayscale: #666666. Windows color (decimal): -10529569 or 14636127. OLE color: 14636127.

HSL color Cylindrical-coordinate representation of color #5F54DF: hue angle of 244.75º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F54DF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9584223-
CMYK0.570.6200.13
HSL244.75º68.47%60.2%-
HSV(B)244.75º62.33%87.45%-
XYZ21.2114.171.42-
YUV103.14195.64122.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 223 (87.5% from 255) = 55.47%
R=23.63%
G=20.90%
B=55.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal95842230.570.6200.13244.7568.4760.2
Hex5F54DF393E0Df5443c
Octal137124337717601536510474
Binary101111110101001101111111100111111001101111101011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F54DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,84,223); }

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

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

 a { background-color: rgb(95,84,223); }

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

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

 span { border-color: rgb(95,84,223); }

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