#506bbb

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

Shades of Chetwode Blue #506BBB

Tints of Chetwode Blue #506BBB

Color information

#506BBB (or 0x506BBB) is unknown color: approx Chetwode Blue. HEX triplet: 50, 6B and BB. RGB value is (80,107,187). Sum of RGB (Red+Green+Blue) = 80+107+187=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #506BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BBB is #AF9444. Grayscale: #6B6B6B. Windows color (decimal): -11506757 or 12282704. OLE color: 12282704.

HSL color Cylindrical-coordinate representation of color #506BBB: hue angle of 224.86º degrees, saturation: 0.44, 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 #506BBB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80107187-
CMYK0.570.4300.27
HSL224.86º44.03%52.35%-
HSV(B)224.86º57.22%73.33%-
XYZ17.5415.8149.14-
YUV108.05172.55108-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 187 (73.44% from 255) = 50%
R=21.39%
G=28.61%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801071870.570.4300.27224.8644.0352.35
Hex506BBB392B01Be12c34
Octal12015327371530333415464
Binary101000011010111011101111100110101101101111100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506bbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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