#5A4DBF

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

Shades of Slate Blue #5A4DBF

Tints of Slate Blue #5A4DBF

Color information

#5A4DBF (or 0x5A4DBF) is unknown color: approx Slate Blue. HEX triplet: 5A, 4D and BF. RGB value is (90,77,191). Sum of RGB (Red+Green+Blue) = 90+77+191=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DBF is #A5B240. Grayscale: #5D5D5D. Windows color (decimal): -10859073 or 12537178. OLE color: 12537178.

HSL color Cylindrical-coordinate representation of color #5A4DBF: hue angle of 246.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4DBF is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9077191-
CMYK0.530.6000.25
HSL246.84º47.11%52.55%-
HSV(B)246.84º59.69%74.9%-
XYZ16.2711.2450.6-
YUV93.88182.81125.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 77 (30.47% from 255) = 21.51%
BLUE value IS 191 (75% from 255) = 53.35%
R=25.14%
G=21.51%
B=53.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90771910.530.6000.25246.8447.1152.55
Hex5A4DBF353C019f72f35
Octal13211527765740313675765
Binary101101010011011011111111010111110001100111110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,191); }

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

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

 a { background-color: rgb(90,77,191); }

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

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

 span { border-color: rgb(90,77,191); }

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