#5C51AE

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

Shades of Rich Blue #5C51AE

Tints of Rich Blue #5C51AE

Color information

#5C51AE (or 0x5C51AE) is unknown color: approx Rich Blue. HEX triplet: 5C, 51 and AE. RGB value is (92,81,174). Sum of RGB (Red+Green+Blue) = 92+81+174=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C51AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C51AE is #A3AE51. Grayscale: #5E5E5E. Windows color (decimal): -10726994 or 11424092. OLE color: 11424092.

HSL color Cylindrical-coordinate representation of color #5C51AE: hue angle of 247.1º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C51AE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9281174-
CMYK0.470.5300.32
HSL247.1º36.47%50%-
HSV(B)247.1º53.45%68.24%-
XYZ1511.2241.42-
YUV94.89172.64125.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.51%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=26.51%
G=23.34%
B=50.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92811740.470.5300.32247.136.4750
Hex5C51AE2F35020f72432
Octal13412125657650403674462
Binary1011100101000110101110101111110101010000011110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C51AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,81,174); }

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

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

 a { background-color: rgb(92,81,174); }

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

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

 span { border-color: rgb(92,81,174); }

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