#5F53BF

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

Shades of Slate Blue #5F53BF

Tints of Slate Blue #5F53BF

Color information

#5F53BF (or 0x5F53BF) is unknown color: approx Slate Blue. HEX triplet: 5F, 53 and BF. RGB value is (95,83,191). Sum of RGB (Red+Green+Blue) = 95+83+191=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F53BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F53BF is #A0AC40. Grayscale: #626262. Windows color (decimal): -10529857 or 12538719. OLE color: 12538719.

HSL color Cylindrical-coordinate representation of color #5F53BF: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F53BF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9583191-
CMYK0.500.5700.25
HSL246.67º45.76%53.73%-
HSV(B)246.67º56.54%74.9%-
XYZ17.2212.3850.77-
YUV98.9179.98125.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 191 (75% from 255) = 51.76%
R=25.75%
G=22.49%
B=51.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95831910.500.5700.25246.6745.7653.73
Hex5F53BF3239019f72e36
Octal13712327762710313675666
Binary101111110100111011111111001011100101100111110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,83,191); }

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

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

 a { background-color: rgb(95,83,191); }

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

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

 span { border-color: rgb(95,83,191); }

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