#5F4BDA

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

Shades of Slate Blue #5F4BDA

Tints of Slate Blue #5F4BDA

Color information

#5F4BDA (or 0x5F4BDA) is unknown color: approx Slate Blue. HEX triplet: 5F, 4B and DA. RGB value is (95,75,218). Sum of RGB (Red+Green+Blue) = 95+75+218=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F4BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BDA is #A0B425. Grayscale: #606060. Windows color (decimal): -10531878 or 14306143. OLE color: 14306143.

HSL color Cylindrical-coordinate representation of color #5F4BDA: hue angle of 248.39º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F4BDA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9575218-
CMYK0.560.6600.15
HSL248.39º65.9%57.45%-
HSV(B)248.39º65.6%85.49%-
XYZ19.8912.5367.7-
YUV97.28196.13126.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.48%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 218 (85.55% from 255) = 56.19%
R=24.48%
G=19.33%
B=56.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95752180.560.6600.15248.3965.957.45
Hex5F4BDA38420Ff84239
Octal1371133327010201737010271
Binary1011111100101111011010111000100001001111111110001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,218); }

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

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

 a { background-color: rgb(95,75,218); }

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

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

 span { border-color: rgb(95,75,218); }

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