#516CBC

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

Shades of Chetwode Blue #516CBC

Tints of Chetwode Blue #516CBC

Color information

#516CBC (or 0x516CBC) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6C and BC. RGB value is (81,108,188). Sum of RGB (Red+Green+Blue) = 81+108+188=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #516CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CBC is #AE9343. Grayscale: #6C6C6C. Windows color (decimal): -11440964 or 12348497. OLE color: 12348497.

HSL color Cylindrical-coordinate representation of color #516CBC: hue angle of 224.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #516CBC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB81108188-
CMYK0.570.4300.26
HSL224.86º44.4%52.75%-
HSV(B)224.86º56.91%73.73%-
XYZ17.8316.1149.75-
YUV109.05172.55108-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 188 (73.83% from 255) = 49.87%
R=21.49%
G=28.65%
B=49.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811081880.570.4300.26224.8644.452.75
Hex516CBC392B01Ae12c35
Octal12115427471530323415465
Binary101000111011001011110011100110101101101011100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,188); }

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

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

 a { background-color: rgb(81,108,188); }

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

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

 span { border-color: rgb(81,108,188); }

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