#5D58AA

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

Shades of Rich Blue #5D58AA

Tints of Rich Blue #5D58AA

Color information

#5D58AA (or 0x5D58AA) is unknown color: approx Rich Blue. HEX triplet: 5D, 58 and AA. RGB value is (93,88,170). Sum of RGB (Red+Green+Blue) = 93+88+170=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D58AA is #A2A755. Grayscale: #626262. Windows color (decimal): -10659670 or 11163741. OLE color: 11163741.

HSL color Cylindrical-coordinate representation of color #5D58AA: hue angle of 243.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D58AA is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9388170-
CMYK0.450.4800.33
HSL243.66º32.54%50.59%-
HSV(B)243.66º48.24%66.67%-
XYZ15.2612.2139.58-
YUV98.84168.16123.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=26.50%
G=25.07%
B=48.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93881700.450.4800.33243.6632.5450.59
Hex5D58AA2D30021f42133
Octal13513025255600413644163
Binary1011101101100010101010101101110000010000111110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D58AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,170); }

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

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

 a { background-color: rgb(93,88,170); }

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

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

 span { border-color: rgb(93,88,170); }

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