#5650AC

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

Shades of Rich Blue #5650AC

Tints of Rich Blue #5650AC

Color information

#5650AC (or 0x5650AC) is unknown color: approx Rich Blue. HEX triplet: 56, 50 and AC. RGB value is (86,80,172). Sum of RGB (Red+Green+Blue) = 86+80+172=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #5650AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5650AC is #A9AF53. Grayscale: #5B5B5B. Windows color (decimal): -11120468 or 11292758. OLE color: 11292758.

HSL color Cylindrical-coordinate representation of color #5650AC: hue angle of 243.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5650AC is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8680172-
CMYK0.50.5300.33
HSL243.91º36.51%49.41%-
HSV(B)243.91º53.49%67.45%-
XYZ14.1510.6940.35-
YUV92.28172.99123.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 172 (67.58% from 255) = 50.89%
R=25.44%
G=23.67%
B=50.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86801720.50.5300.33243.9136.5149.41
Hex5650AC3235021f42531
Octal12612025462650413644561
Binary1010110101000010101100110010110101010000111110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5650AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5650AC; }

 p { color: rgb(86,80,172); }

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

<style>
 a { background-color: #5650AC; }

 a { background-color: rgb(86,80,172); }

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

<style>
 span { border-color: #5650AC; }

 span { border-color: rgb(86,80,172); }

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