#516EBA

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

Shades of Chetwode Blue #516EBA

Tints of Chetwode Blue #516EBA

Color information

#516EBA (or 0x516EBA) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6E and BA. RGB value is (81,110,186). Sum of RGB (Red+Green+Blue) = 81+110+186=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #516EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EBA is #AE9145. Grayscale: #6D6D6D. Windows color (decimal): -11440454 or 12217937. OLE color: 12217937.

HSL color Cylindrical-coordinate representation of color #516EBA: hue angle of 223.43º 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 #516EBA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81110186-
CMYK0.560.4100.27
HSL223.43º43.21%52.35%-
HSV(B)223.43º56.45%72.94%-
XYZ17.8316.4548.69-
YUV109.99170.89107.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 110 (43.36% from 255) = 29.18%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=21.49%
G=29.18%
B=49.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811101860.560.4100.27223.4343.2152.35
Hex516EBA382901Bdf2b34
Octal12115627270510333375364
Binary101000111011101011101011100010100101101111011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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