#5A65AE

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

Shades of Rich Blue #5A65AE

Tints of Rich Blue #5A65AE

Color information

#5A65AE (or 0x5A65AE) is unknown color: approx Rich Blue. HEX triplet: 5A, 65 and AE. RGB value is (90,101,174). Sum of RGB (Red+Green+Blue) = 90+101+174=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A65AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A65AE is #A59A51. Grayscale: #696969. Windows color (decimal): -10852946 or 11429210. OLE color: 11429210.

HSL color Cylindrical-coordinate representation of color #5A65AE: hue angle of 232.14º 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 #5A65AE is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB90101174-
CMYK0.480.4200.32
HSL232.14º34.15%51.76%-
HSV(B)232.14º48.28%68.24%-
XYZ16.5114.5441.98-
YUV106.03166.36116.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=24.66%
G=27.67%
B=47.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901011740.480.4200.32232.1434.1551.76
Hex5A65AE302A020e82234
Octal13214525660520403504264
Binary1011010110010110101110110000101010010000011101000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A65AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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