#5C4DBF

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

Shades of Slate Blue #5C4DBF

Tints of Slate Blue #5C4DBF

Color information

#5C4DBF (or 0x5C4DBF) is unknown color: approx Slate Blue. HEX triplet: 5C, 4D and BF. RGB value is (92,77,191). Sum of RGB (Red+Green+Blue) = 92+77+191=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4DBF is #A3B240. Grayscale: #5E5E5E. Windows color (decimal): -10728001 or 12537180. OLE color: 12537180.

HSL color Cylindrical-coordinate representation of color #5C4DBF: hue angle of 247.89º 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 #5C4DBF is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9277191-
CMYK0.520.6000.25
HSL247.89º47.11%52.55%-
HSV(B)247.89º59.69%74.9%-
XYZ16.4711.3450.61-
YUV94.48182.47126.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 191 (75% from 255) = 53.06%
R=25.56%
G=21.39%
B=53.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92771910.520.6000.25247.8947.1152.55
Hex5C4DBF343C019f82f35
Octal13411527764740313705765
Binary101110010011011011111111010011110001100111111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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