#5661BC

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

Shades of Rich Blue #5661BC

Tints of Rich Blue #5661BC

Color information

#5661BC (or 0x5661BC) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and BC. RGB value is (86,97,188). Sum of RGB (Red+Green+Blue) = 86+97+188=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5661BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BC is #A99E43. Grayscale: #676767. Windows color (decimal): -11116100 or 12345686. OLE color: 12345686.

HSL color Cylindrical-coordinate representation of color #5661BC: hue angle of 233.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5661BC is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8697188-
CMYK0.540.4800.26
HSL233.53º43.22%53.73%-
HSV(B)233.53º54.26%73.73%-
XYZ17.1914.1649.4-
YUV104.08175.36115.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=23.18%
G=26.15%
B=50.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86971880.540.4800.26233.5343.2253.73
Hex5661BC363001Aea2b36
Octal12614127466600323525366
Binary101011011000011011110011011011000001101011101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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