#516BB5

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

Shades of Chetwode Blue #516BB5

Tints of Chetwode Blue #516BB5

Color information

#516BB5 (or 0x516BB5) is unknown color: approx Chetwode Blue. HEX triplet: 51, 6B and B5. RGB value is (81,107,181). Sum of RGB (Red+Green+Blue) = 81+107+181=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #516BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BB5 is #AE944A. Grayscale: #6B6B6B. Windows color (decimal): -11441227 or 11889489. OLE color: 11889489.

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

Color convert

RGB81107181-
CMYK0.550.4100.29
HSL224.4º40.32%51.37%-
HSV(B)224.4º55.25%70.98%-
XYZ16.9915.645.83-
YUV107.66169.39108.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=21.95%
G=29.00%
B=49.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811071810.550.4100.29224.440.3251.37
Hex516BB5372901De02833
Octal12115326567510353405063
Binary101000111010111011010111011110100101110111100000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,181); }

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

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

 a { background-color: rgb(81,107,181); }

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

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

 span { border-color: rgb(81,107,181); }

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