#5661AE

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

Shades of Rich Blue #5661AE

Tints of Rich Blue #5661AE

Color information

#5661AE (or 0x5661AE) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and AE. RGB value is (86,97,174). Sum of RGB (Red+Green+Blue) = 86+97+174=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #5661AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5661AE is #A99E51. Grayscale: #666666. Windows color (decimal): -11116114 or 11428182. OLE color: 11428182.

HSL color Cylindrical-coordinate representation of color #5661AE: hue angle of 232.5º 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 #5661AE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8697174-
CMYK0.510.4400.32
HSL232.5º35.2%50.98%-
HSV(B)232.5º50.57%68.24%-
XYZ15.7513.5841.84-
YUV102.49168.36116.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=24.09%
G=27.17%
B=48.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86971740.510.4400.32232.535.250.98
Hex5661AE332C020e82333
Octal12614125663540403504363
Binary1010110110000110101110110011101100010000011101000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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