#5D5AA2

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

Shades of Rich Blue #5D5AA2

Tints of Rich Blue #5D5AA2

Color information

#5D5AA2 (or 0x5D5AA2) is unknown color: approx Rich Blue. HEX triplet: 5D, 5A and A2. RGB value is (93,90,162). Sum of RGB (Red+Green+Blue) = 93+90+162=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 162 - color contains mainly: blue. Hex color #5D5AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D5AA2 is #A2A55D. Grayscale: #626262. Windows color (decimal): -10659166 or 10639965. OLE color: 10639965.

HSL color Cylindrical-coordinate representation of color #5D5AA2: hue angle of 242.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D5AA2 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9390162-
CMYK0.430.4400.36
HSL242.5º28.57%49.41%-
HSV(B)242.5º44.44%63.53%-
XYZ14.6912.2535.77-
YUV99.1163.49123.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.96%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 162 (63.67% from 255) = 46.96%
R=26.96%
G=26.09%
B=46.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal93901620.430.4400.36242.528.5749.41
Hex5D5AA22B2C024f21d31
Octal13513224253540443623561
Binary101110110110101010001010101110110001001001111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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