#5661A7

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

Shades of Rich Blue #5661A7

Tints of Rich Blue #5661A7

Color information

#5661A7 (or 0x5661A7) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and A7. RGB value is (86,97,167). Sum of RGB (Red+Green+Blue) = 86+97+167=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 167 (65.62% from 255 or 47.71% from 350); Max value from RGB is 167 - color contains mainly: blue. Hex color #5661A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5661A7 is #A99E58. Grayscale: #656565. Windows color (decimal): -11116121 or 10969430. OLE color: 10969430.

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

Color convert

RGB8697167-
CMYK0.490.4200.35
HSL231.85º32.02%49.61%-
HSV(B)231.85º48.5%65.49%-
XYZ15.0913.3238.33-
YUV101.69164.86116.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 167 (65.62% from 255) = 47.71%
R=24.57%
G=27.71%
B=47.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86971670.490.4200.35231.8532.0249.61
Hex5661A7312A023e82032
Octal12614124761520433504062
Binary1010110110000110100111110001101010010001111101000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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