#5068BB

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

Shades of Chetwode Blue #5068BB

Tints of Chetwode Blue #5068BB

Color information

#5068BB (or 0x5068BB) is unknown color: approx Chetwode Blue. HEX triplet: 50, 68 and BB. RGB value is (80,104,187). Sum of RGB (Red+Green+Blue) = 80+104+187=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #5068BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5068BB is #AF9744. Grayscale: #696969. Windows color (decimal): -11507525 or 12281936. OLE color: 12281936.

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

Color convert

RGB80104187-
CMYK0.570.4400.27
HSL226.54º44.03%52.35%-
HSV(B)226.54º57.22%73.33%-
XYZ17.2315.1949.04-
YUV106.29173.55109.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 187 (73.44% from 255) = 50.40%
R=21.56%
G=28.03%
B=50.40%

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
Decimal801041870.570.4400.27226.5444.0352.35
Hex5068BB392C01Be32c34
Octal12015027371540333435464
Binary101000011010001011101111100110110001101111100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5068BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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