#5958AD

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

Shades of Rich Blue #5958AD

Tints of Rich Blue #5958AD

Color information

#5958AD (or 0x5958AD) is unknown color: approx Rich Blue. HEX triplet: 59, 58 and AD. RGB value is (89,88,173). Sum of RGB (Red+Green+Blue) = 89+88+173=350 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #5958AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5958AD is #A6A752. Grayscale: #616161. Windows color (decimal): -10921811 or 11360345. OLE color: 11360345.

HSL color Cylindrical-coordinate representation of color #5958AD: hue angle of 240.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5958AD is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8988173-
CMYK0.490.4900.32
HSL240.71º34.14%51.18%-
HSV(B)240.71º49.13%67.84%-
XYZ15.1512.1241.08-
YUV97.99170.33121.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=25.43%
G=25.14%
B=49.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89881730.490.4900.32240.7134.1451.18
Hex5958AD3131020f12233
Octal13113025561610403614263
Binary1011001101100010101101110001110001010000011110001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5958AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5958AD; }

 p { color: rgb(89,88,173); }

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

<style>
 a { background-color: #5958AD; }

 a { background-color: rgb(89,88,173); }

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

<style>
 span { border-color: #5958AD; }

 span { border-color: rgb(89,88,173); }

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