#506CBD

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

Shades of Chetwode Blue #506CBD

Tints of Chetwode Blue #506CBD

Color information

#506CBD (or 0x506CBD) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6C and BD. RGB value is (80,108,189). Sum of RGB (Red+Green+Blue) = 80+108+189=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #506CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506CBD is #AF9342. Grayscale: #6C6C6C. Windows color (decimal): -11506499 or 12414032. OLE color: 12414032.

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

Color convert

RGB80108189-
CMYK0.580.4300.26
HSL224.59º45.23%52.75%-
HSV(B)224.59º57.67%74.12%-
XYZ17.8616.150.31-
YUV108.86173.22107.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=21.22%
G=28.65%
B=50.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801081890.580.4300.26224.5945.2352.75
Hex506CBD3A2B01Ae12d35
Octal12015427572530323415565
Binary101000011011001011110111101010101101101011100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,189); }

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

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

 a { background-color: rgb(80,108,189); }

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

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

 span { border-color: rgb(80,108,189); }

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