#5164AF

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

Shades of Rich Blue #5164AF

Tints of Rich Blue #5164AF

Color information

#5164AF (or 0x5164AF) is unknown color: approx Rich Blue. HEX triplet: 51, 64 and AF. RGB value is (81,100,175). Sum of RGB (Red+Green+Blue) = 81+100+175=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5164AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5164AF is #AE9B50. Grayscale: #666666. Windows color (decimal): -11443025 or 11494481. OLE color: 11494481.

HSL color Cylindrical-coordinate representation of color #5164AF: hue angle of 227.87º 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 #5164AF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB81100175-
CMYK0.540.4300.31
HSL227.87º37.01%50.2%-
HSV(B)227.87º53.71%68.63%-
XYZ15.6913.9642.42-
YUV102.87168.71112.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=22.75%
G=28.09%
B=49.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal811001750.540.4300.31227.8737.0150.2
Hex5164AF362B01Fe42532
Octal12114425766530373444562
Binary101000111001001010111111011010101101111111100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5164AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5164AF; }

 p { color: rgb(81,100,175); }

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

<style>
 a { background-color: #5164AF; }

 a { background-color: rgb(81,100,175); }

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

<style>
 span { border-color: #5164AF; }

 span { border-color: rgb(81,100,175); }

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