#5660BC

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

Shades of Rich Blue #5660BC

Tints of Rich Blue #5660BC

Color information

#5660BC (or 0x5660BC) is unknown color: approx Rich Blue. HEX triplet: 56, 60 and BC. RGB value is (86,96,188). Sum of RGB (Red+Green+Blue) = 86+96+188=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #5660BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660BC is #A99F43. Grayscale: #676767. Windows color (decimal): -11116356 or 12345430. OLE color: 12345430.

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

Color convert

RGB8696188-
CMYK0.540.4900.26
HSL234.12º43.22%53.73%-
HSV(B)234.12º54.26%73.73%-
XYZ17.113.9849.37-
YUV103.5175.69115.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=23.24%
G=25.95%
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
Decimal86961880.540.4900.26234.1243.2253.73
Hex5660BC363101Aea2b36
Octal12614027466610323525366
Binary101011011000001011110011011011000101101011101010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5660BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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