#5A5DAF

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

Shades of Rich Blue #5A5DAF

Tints of Rich Blue #5A5DAF

Color information

#5A5DAF (or 0x5A5DAF) is unknown color: approx Rich Blue. HEX triplet: 5A, 5D and AF. RGB value is (90,93,175). Sum of RGB (Red+Green+Blue) = 90+93+175=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A5DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5DAF is #A5A250. Grayscale: #656565. Windows color (decimal): -10854993 or 11492698. OLE color: 11492698.

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

Color convert

RGB9093175-
CMYK0.490.4700.31
HSL237.88º34.69%51.96%-
HSV(B)237.88º48.57%68.63%-
XYZ15.8713.142.25-
YUV101.45169.51119.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=25.14%
G=25.98%
B=48.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90931750.490.4700.31237.8834.6951.96
Hex5A5DAF312F01Fee2334
Octal13213525761570373564364
Binary101101010111011010111111000110111101111111101110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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