#5661B1

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

Shades of Rich Blue #5661B1

Tints of Rich Blue #5661B1

Color information

#5661B1 (or 0x5661B1) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and B1. RGB value is (86,97,177). Sum of RGB (Red+Green+Blue) = 86+97+177=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #5661B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5661B1 is #A99E4E. Grayscale: #666666. Windows color (decimal): -11116111 or 11624790. OLE color: 11624790.

HSL color Cylindrical-coordinate representation of color #5661B1: hue angle of 232.75º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5661B1 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8697177-
CMYK0.510.4500.31
HSL232.75º36.84%51.57%-
HSV(B)232.75º51.41%69.41%-
XYZ16.0513.743.39-
YUV102.83169.86116-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 177 (69.53% from 255) = 49.17%
R=23.89%
G=26.94%
B=49.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86971770.510.4500.31232.7536.8451.57
Hex5661B1332D01Fe92534
Octal12614126163550373514564
Binary101011011000011011000111001110110101111111101001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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