#5954AD

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

Shades of Rich Blue #5954AD

Tints of Rich Blue #5954AD

Color information

#5954AD (or 0x5954AD) is unknown color: approx Rich Blue. HEX triplet: 59, 54 and AD. RGB value is (89,84,173). Sum of RGB (Red+Green+Blue) = 89+84+173=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #5954AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5954AD is #A6AB52. Grayscale: #5F5F5F. Windows color (decimal): -10922835 or 11359321. OLE color: 11359321.

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

Color convert

RGB8984173-
CMYK0.490.5100.32
HSL243.37º35.18%50.39%-
HSV(B)243.37º51.45%67.84%-
XYZ14.8311.4840.97-
YUV95.64171.66123.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.72%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 173 (67.97% from 255) = 50%
R=25.72%
G=24.28%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal89841730.490.5100.32243.3735.1850.39
Hex5954AD3133020f32332
Octal13112425561630403634362
Binary1011001101010010101101110001110011010000011110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5954AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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