#5659AC

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

Shades of Rich Blue #5659AC

Tints of Rich Blue #5659AC

Color information

#5659AC (or 0x5659AC) is unknown color: approx Rich Blue. HEX triplet: 56, 59 and AC. RGB value is (86,89,172). Sum of RGB (Red+Green+Blue) = 86+89+172=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #5659AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5659AC is #A9A653. Grayscale: #616161. Windows color (decimal): -11118164 or 11295062. OLE color: 11295062.

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

Color convert

RGB8689172-
CMYK0.50.4800.33
HSL237.91º34.13%50.59%-
HSV(B)237.91º50%67.45%-
XYZ14.8612.140.58-
YUV97.56170.01119.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 172 (67.58% from 255) = 49.57%
R=24.78%
G=25.65%
B=49.57%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86891720.50.4800.33237.9134.1350.59
Hex5659AC3230021ee2233
Octal12613125462600413564263
Binary1010110101100110101100110010110000010000111101110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5659AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5659AC; }

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

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

<style>
 a { background-color: #5659AC; }

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

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

<style>
 span { border-color: #5659AC; }

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

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