#5C50BF

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

Shades of Slate Blue #5C50BF

Tints of Slate Blue #5C50BF

Color information

#5C50BF (or 0x5C50BF) is unknown color: approx Slate Blue. HEX triplet: 5C, 50 and BF. RGB value is (92,80,191). Sum of RGB (Red+Green+Blue) = 92+80+191=363 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.34% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C50BF is #A3AF40. Grayscale: #5F5F5F. Windows color (decimal): -10727233 or 12537948. OLE color: 12537948.

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

Color convert

RGB9280191-
CMYK0.520.5800.25
HSL246.49º46.44%53.14%-
HSV(B)246.49º58.12%74.9%-
XYZ16.6911.7750.68-
YUV96.24181.48124.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.34%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 191 (75% from 255) = 52.62%
R=25.34%
G=22.04%
B=52.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92801910.520.5800.25246.4946.4453.14
Hex5C50BF343A019f62e35
Octal13412027764720313665665
Binary101110010100001011111111010011101001100111110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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