#5661BD

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

Shades of Rich Blue #5661BD

Tints of Rich Blue #5661BD

Color information

#5661BD (or 0x5661BD) is unknown color: approx Rich Blue. HEX triplet: 56, 61 and BD. RGB value is (86,97,189). Sum of RGB (Red+Green+Blue) = 86+97+189=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #5661BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5661BD is #A99E42. Grayscale: #676767. Windows color (decimal): -11116099 or 12411222. OLE color: 12411222.

HSL color Cylindrical-coordinate representation of color #5661BD: hue angle of 233.59º degrees, saturation: 0.44, 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 #5661BD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8697189-
CMYK0.540.4900.26
HSL233.59º43.83%53.92%-
HSV(B)233.59º54.5%74.12%-
XYZ17.314.249.97-
YUV104.2175.86115.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=23.12%
G=26.08%
B=50.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86971890.540.4900.26233.5943.8353.92
Hex5661BD363101Aea2c36
Octal12614127566610323525466
Binary101011011000011011110111011011000101101011101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5661BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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