#5169BA

Color #5169BA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5169BA

Tints of Chetwode Blue #5169BA

Color information

#5169BA (or 0x5169BA) is unknown color: approx Chetwode Blue. HEX triplet: 51, 69 and BA. RGB value is (81,105,186). Sum of RGB (Red+Green+Blue) = 81+105+186=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #5169BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169BA is #AE9645. Grayscale: #6A6A6A. Windows color (decimal): -11441734 or 12216657. OLE color: 12216657.

HSL color Cylindrical-coordinate representation of color #5169BA: hue angle of 226.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5169BA is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81105186-
CMYK0.560.4400.27
HSL226.29º43.21%52.35%-
HSV(B)226.29º56.45%72.94%-
XYZ17.3115.448.51-
YUV107.06172.55109.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.77%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 50%
R=21.77%
G=28.23%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811051860.560.4400.27226.2943.2152.35
Hex5169BA382C01Be22b34
Octal12115127270540333425364
Binary101000111010011011101011100010110001101111100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5169BA; }

 p { color: rgb(81,105,186); }

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

<style>
 a { background-color: #5169BA; }

 a { background-color: rgb(81,105,186); }

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

<style>
 span { border-color: #5169BA; }

 span { border-color: rgb(81,105,186); }

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