#506EB9

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

Shades of Chetwode Blue #506EB9

Tints of Chetwode Blue #506EB9

Color information

#506EB9 (or 0x506EB9) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6E and B9. RGB value is (80,110,185). Sum of RGB (Red+Green+Blue) = 80+110+185=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #506EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506EB9 is #AF9146. Grayscale: #6D6D6D. Windows color (decimal): -11505991 or 12152400. OLE color: 12152400.

HSL color Cylindrical-coordinate representation of color #506EB9: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #506EB9 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80110185-
CMYK0.570.4100.27
HSL222.86º42.86%51.96%-
HSV(B)222.86º56.76%72.55%-
XYZ17.6416.3648.13-
YUV109.58170.56106.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=21.33%
G=29.33%
B=49.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801101850.570.4100.27222.8642.8651.96
Hex506EB9392901Bdf2b34
Octal12015627171510333375364
Binary101000011011101011100111100110100101101111011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506EB9; }

 p { color: rgb(80,110,185); }

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

<style>
 a { background-color: #506EB9; }

 a { background-color: rgb(80,110,185); }

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

<style>
 span { border-color: #506EB9; }

 span { border-color: rgb(80,110,185); }

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