#516EB6

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

Shades of Chetwode Blue #516EB6

Tints of Chetwode Blue #516EB6

Color information

#516EB6 (or 0x516EB6) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6E and B6. RGB value is (81,110,182). Sum of RGB (Red+Green+Blue) = 81+110+182=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #516EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EB6 is #AE9149. Grayscale: #6D6D6D. Windows color (decimal): -11440458 or 11955793. OLE color: 11955793.

HSL color Cylindrical-coordinate representation of color #516EB6: hue angle of 222.77º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #516EB6 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81110182-
CMYK0.550.4000.29
HSL222.77º40.89%51.57%-
HSV(B)222.77º55.49%71.37%-
XYZ17.4116.2846.48-
YUV109.54168.89107.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=21.72%
G=29.49%
B=48.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811101820.550.4000.29222.7740.8951.57
Hex516EB6372801Ddf2934
Octal12115626667500353375164
Binary101000111011101011011011011110100001110111011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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