#5D50BF

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

Shades of Slate Blue #5D50BF

Tints of Slate Blue #5D50BF

Color information

#5D50BF (or 0x5D50BF) is unknown color: approx Slate Blue. HEX triplet: 5D, 50 and BF. RGB value is (93,80,191). Sum of RGB (Red+Green+Blue) = 93+80+191=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D50BF is #A2AF40. Grayscale: #606060. Windows color (decimal): -10661697 or 12537949. OLE color: 12537949.

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

Color convert

RGB9380191-
CMYK0.510.5800.25
HSL247.03º46.44%53.14%-
HSV(B)247.03º58.12%74.9%-
XYZ16.7911.8350.69-
YUV96.54181.31125.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 191 (75% from 255) = 52.47%
R=25.55%
G=21.98%
B=52.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93801910.510.5800.25247.0346.4453.14
Hex5D50BF333A019f72e35
Octal13512027763720313675665
Binary101110110100001011111111001111101001100111110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,80,191); }

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

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

 a { background-color: rgb(93,80,191); }

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

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

 span { border-color: rgb(93,80,191); }

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