#506BBE

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

Shades of Chetwode Blue #506BBE

Tints of Chetwode Blue #506BBE

Color information

#506BBE (or 0x506BBE) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6B and BE. RGB value is (80,107,190). Sum of RGB (Red+Green+Blue) = 80+107+190=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #506BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BBE is #AF9441. Grayscale: #6C6C6C. Windows color (decimal): -11506754 or 12479312. OLE color: 12479312.

HSL color Cylindrical-coordinate representation of color #506BBE: hue angle of 225.27º 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 #506BBE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80107190-
CMYK0.580.4400.25
HSL225.27º45.83%52.94%-
HSV(B)225.27º57.89%74.51%-
XYZ17.8615.9450.85-
YUV108.39174.05107.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.22%
GREEN value IS 107 (42.19% from 255) = 28.38%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=21.22%
G=28.38%
B=50.40%

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
Decimal801071900.580.4400.25225.2745.8352.94
Hex506BBE3A2C019e12e35
Octal12015327672540313415665
Binary101000011010111011111011101010110001100111100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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