#516AB3

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

Shades of Chetwode Blue #516AB3

Tints of Chetwode Blue #516AB3

Color information

#516AB3 (or 0x516AB3) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6A and B3. RGB value is (81,106,179). Sum of RGB (Red+Green+Blue) = 81+106+179=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #516AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AB3 is #AE954C. Grayscale: #6A6A6A. Windows color (decimal): -11441485 or 11758161. OLE color: 11758161.

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

Color convert

RGB81106179-
CMYK0.550.4100.30
HSL224.69º39.2%50.98%-
HSV(B)224.69º54.75%70.2%-
XYZ16.6815.3144.72-
YUV106.85168.72109.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 179 (70.31% from 255) = 48.91%
R=22.13%
G=28.96%
B=48.91%

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
Decimal811061790.550.4100.30224.6939.250.98
Hex516AB3372901Ee12733
Octal12115226367510363414763
Binary101000111010101011001111011110100101111011100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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