#516EB8

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

Shades of Chetwode Blue #516EB8

Tints of Chetwode Blue #516EB8

Color information

#516EB8 (or 0x516EB8) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6E and B8. RGB value is (81,110,184). Sum of RGB (Red+Green+Blue) = 81+110+184=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #516EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EB8 is #AE9147. Grayscale: #6D6D6D. Windows color (decimal): -11440456 or 12086865. OLE color: 12086865.

HSL color Cylindrical-coordinate representation of color #516EB8: hue angle of 223.11º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #516EB8 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81110184-
CMYK0.560.4000.28
HSL223.11º42.04%51.96%-
HSV(B)223.11º55.98%72.16%-
XYZ17.6216.3647.58-
YUV109.76169.89107.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.6%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=21.6%
G=29.33%
B=49.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811101840.560.4000.28223.1142.0451.96
Hex516EB8382801Cdf2a34
Octal12115627070500343375264
Binary101000111011101011100011100010100001110011011111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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