#5169B3

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

Shades of Chetwode Blue #5169B3

Tints of Chetwode Blue #5169B3

Color information

#5169B3 (or 0x5169B3) is unknown color: approx Chetwode Blue. HEX triplet: 51, 69 and B3. RGB value is (81,105,179). Sum of RGB (Red+Green+Blue) = 81+105+179=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #5169B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169B3 is #AE964C. Grayscale: #696969. Windows color (decimal): -11441741 or 11757905. OLE color: 11757905.

HSL color Cylindrical-coordinate representation of color #5169B3: hue angle of 225.31º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5169B3 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB81105179-
CMYK0.550.4100.30
HSL225.31º39.2%50.98%-
HSV(B)225.31º54.75%70.2%-
XYZ16.5815.1144.69-
YUV106.26169.05109.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.19%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=22.19%
G=28.77%
B=49.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811051790.550.4100.30225.3139.250.98
Hex5169B3372901Ee12733
Octal12115126367510363414763
Binary101000111010011011001111011110100101111011100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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