#5A5CAE

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

Shades of Rich Blue #5A5CAE

Tints of Rich Blue #5A5CAE

Color information

#5A5CAE (or 0x5A5CAE) is unknown color: approx Rich Blue. HEX triplet: 5A, 5C and AE. RGB value is (90,92,174). Sum of RGB (Red+Green+Blue) = 90+92+174=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A5CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5CAE is #A5A351. Grayscale: #646464. Windows color (decimal): -10855250 or 11426906. OLE color: 11426906.

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

Color convert

RGB9092174-
CMYK0.480.4700.32
HSL238.57º34.15%51.76%-
HSV(B)238.57º48.28%68.24%-
XYZ15.6812.8841.7-
YUV100.75169.34120.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=25.28%
G=25.84%
B=48.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90921740.480.4700.32238.5734.1551.76
Hex5A5CAE302F020ef2234
Octal13213425660570403574264
Binary1011010101110010101110110000101111010000011101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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