#506BBF

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

Shades of Chetwode Blue #506BBF

Tints of Chetwode Blue #506BBF

Color information

#506BBF (or 0x506BBF) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6B and BF. RGB value is (80,107,191). Sum of RGB (Red+Green+Blue) = 80+107+191=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #506BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BBF is #AF9440. Grayscale: #6C6C6C. Windows color (decimal): -11506753 or 12544848. OLE color: 12544848.

HSL color Cylindrical-coordinate representation of color #506BBF: hue angle of 225.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #506BBF is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80107191-
CMYK0.580.4400.25
HSL225.41º46.44%53.14%-
HSV(B)225.41º58.12%74.9%-
XYZ17.9715.9851.43-
YUV108.5174.55107.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 191 (75% from 255) = 50.53%
R=21.16%
G=28.31%
B=50.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801071910.580.4400.25225.4146.4453.14
Hex506BBF3A2C019e12e35
Octal12015327772540313415665
Binary101000011010111011111111101010110001100111100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,107,191); }

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

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

 a { background-color: rgb(80,107,191); }

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

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

 span { border-color: rgb(80,107,191); }

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