#516DBF

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

Shades of Chetwode Blue #516DBF

Tints of Chetwode Blue #516DBF

Color information

#516DBF (or 0x516DBF) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6D and BF. RGB value is (81,109,191). Sum of RGB (Red+Green+Blue) = 81+109+191=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #516DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DBF is #AE9240. Grayscale: #6D6D6D. Windows color (decimal): -11440705 or 12545361. OLE color: 12545361.

HSL color Cylindrical-coordinate representation of color #516DBF: hue angle of 224.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516DBF is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81109191-
CMYK0.580.4300.25
HSL224.73º46.22%53.33%-
HSV(B)224.73º57.59%74.9%-
XYZ18.2716.4551.5-
YUV109.98173.72107.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 109 (42.97% from 255) = 28.61%
BLUE value IS 191 (75% from 255) = 50.13%
R=21.26%
G=28.61%
B=50.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811091910.580.4300.25224.7346.2253.33
Hex516DBF3A2B019e12e35
Octal12115527772530313415665
Binary101000111011011011111111101010101101100111100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516DBF; }

 p { color: rgb(81,109,191); }

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

<style>
 a { background-color: #516DBF; }

 a { background-color: rgb(81,109,191); }

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

<style>
 span { border-color: #516DBF; }

 span { border-color: rgb(81,109,191); }

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