#5650af

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

Shades of Rich Blue #5650AF

Tints of Rich Blue #5650AF

Color information

#5650AF (or 0x5650AF) is unknown color: approx Rich Blue. HEX triplet: 56, 50 and AF. RGB value is (86,80,175). Sum of RGB (Red+Green+Blue) = 86+80+175=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #5650AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5650AF is #A9AF50. Grayscale: #5C5C5C. Windows color (decimal): -11120465 or 11489366. OLE color: 11489366.

HSL color Cylindrical-coordinate representation of color #5650AF: hue angle of 243.79º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5650AF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8680175-
CMYK0.510.5400.31
HSL243.79º37.25%50%-
HSV(B)243.79º54.29%68.63%-
XYZ14.4410.8141.88-
YUV92.62174.49123.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=25.22%
G=23.46%
B=51.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86801750.510.5400.31243.7937.2550
Hex5650AF333601Ff42532
Octal12612025763660373644562
Binary101011010100001010111111001111011001111111110100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5650af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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