#5655BD

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

Shades of Rich Blue #5655BD

Tints of Rich Blue #5655BD

Color information

#5655BD (or 0x5655BD) is unknown color: approx Rich Blue. HEX triplet: 56, 55 and BD. RGB value is (86,85,189). Sum of RGB (Red+Green+Blue) = 86+85+189=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #5655BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655BD is #A9AA42. Grayscale: #606060. Windows color (decimal): -11119171 or 12408150. OLE color: 12408150.

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

Color convert

RGB8685189-
CMYK0.540.5500.26
HSL240.58º44.07%53.73%-
HSV(B)240.58º55.03%74.12%-
XYZ16.2712.1549.63-
YUV97.16179.83120.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=23.89%
G=23.61%
B=52.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86851890.540.5500.26240.5844.0753.73
Hex5655BD363701Af12c36
Octal12612527566670323615466
Binary101011010101011011110111011011011101101011110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5655BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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