#5068B9

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

Shades of Chetwode Blue #5068B9

Tints of Chetwode Blue #5068B9

Color information

#5068B9 (or 0x5068B9) is unknown color: approx Chetwode Blue. HEX triplet: 50, 68 and B9. RGB value is (80,104,185). Sum of RGB (Red+Green+Blue) = 80+104+185=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #5068B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068B9 is #AF9746. Grayscale: #696969. Windows color (decimal): -11507527 or 12150864. OLE color: 12150864.

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

Color convert

RGB80104185-
CMYK0.570.4400.27
HSL226.29º42.86%51.96%-
HSV(B)226.29º56.76%72.55%-
XYZ17.0215.1147.92-
YUV106.06172.55109.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=21.68%
G=28.18%
B=50.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801041850.570.4400.27226.2942.8651.96
Hex5068B9392C01Be22b34
Octal12015027171540333425364
Binary101000011010001011100111100110110001101111100010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5068B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5068B9; }

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

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

<style>
 a { background-color: #5068B9; }

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

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

<style>
 span { border-color: #5068B9; }

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

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