#5956AE

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

Shades of Rich Blue #5956AE

Tints of Rich Blue #5956AE

Color information

#5956AE (or 0x5956AE) is unknown color: approx Rich Blue. HEX triplet: 59, 56 and AE. RGB value is (89,86,174). Sum of RGB (Red+Green+Blue) = 89+86+174=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #5956AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5956AE is #A6A951. Grayscale: #606060. Windows color (decimal): -10922322 or 11425369. OLE color: 11425369.

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

Color convert

RGB8986174-
CMYK0.490.5100.32
HSL242.05º35.2%50.98%-
HSV(B)242.05º50.57%68.24%-
XYZ15.0911.8441.53-
YUV96.93171.49122.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.50%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=25.50%
G=24.64%
B=49.86%

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
Decimal89861740.490.5100.32242.0535.250.98
Hex5956AE3133020f22333
Octal13112625661630403624363
Binary1011001101011010101110110001110011010000011110010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5956AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5956AE; }

 p { color: rgb(89,86,174); }

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

<style>
 a { background-color: #5956AE; }

 a { background-color: rgb(89,86,174); }

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

<style>
 span { border-color: #5956AE; }

 span { border-color: rgb(89,86,174); }

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