#5C53AE

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

Shades of Rich Blue #5C53AE

Tints of Rich Blue #5C53AE

Color information

#5C53AE (or 0x5C53AE) is unknown color: approx Rich Blue. HEX triplet: 5C, 53 and AE. RGB value is (92,83,174). Sum of RGB (Red+Green+Blue) = 92+83+174=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C53AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C53AE is #A3AC51. Grayscale: #5F5F5F. Windows color (decimal): -10726482 or 11424604. OLE color: 11424604.

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

Color convert

RGB9283174-
CMYK0.470.5200.32
HSL245.93º35.97%50.39%-
HSV(B)245.93º52.3%68.24%-
XYZ15.1511.5241.47-
YUV96.06171.98125.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.36%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=26.36%
G=23.78%
B=49.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92831740.470.5200.32245.9335.9750.39
Hex5C53AE2F34020f62432
Octal13412325657640403664462
Binary1011100101001110101110101111110100010000011110110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C53AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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