#5A50AF

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

Shades of Rich Blue #5A50AF

Tints of Rich Blue #5A50AF

Color information

#5A50AF (or 0x5A50AF) is unknown color: approx Rich Blue. HEX triplet: 5A, 50 and AF. RGB value is (90,80,175). Sum of RGB (Red+Green+Blue) = 90+80+175=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A50AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A50AF is #A5AF50. Grayscale: #5D5D5D. Windows color (decimal): -10858321 or 11489370. OLE color: 11489370.

HSL color Cylindrical-coordinate representation of color #5A50AF: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A50AF is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9080175-
CMYK0.490.5400.31
HSL246.32º37.25%50%-
HSV(B)246.32º54.29%68.63%-
XYZ14.8211.0141.9-
YUV93.82173.81125.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 50.72%
R=26.09%
G=23.19%
B=50.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90801750.490.5400.31246.3237.2550
Hex5A50AF313601Ff62532
Octal13212025761660373664562
Binary101101010100001010111111000111011001111111110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A50AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,175); }

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

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

 a { background-color: rgb(90,80,175); }

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

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

 span { border-color: rgb(90,80,175); }

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