#5668AE

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

Shades of Chetwode Blue #5668AE

Tints of Chetwode Blue #5668AE

Color information

#5668AE (or 0x5668AE) is unknown color: approx Chetwode Blue. HEX triplet: 56, 68 and AE. RGB value is (86,104,174). Sum of RGB (Red+Green+Blue) = 86+104+174=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #5668AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5668AE is #A99751. Grayscale: #6A6A6A. Windows color (decimal): -11114322 or 11429974. OLE color: 11429974.

HSL color Cylindrical-coordinate representation of color #5668AE: hue angle of 227.73º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5668AE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86104174-
CMYK0.510.4000.32
HSL227.73º35.2%50.98%-
HSV(B)227.73º50.57%68.24%-
XYZ16.4314.9442.06-
YUV106.6166.04113.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.63%
GREEN value IS 104 (41.02% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=23.63%
G=28.57%
B=47.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861041740.510.4000.32227.7335.250.98
Hex5668AE3328020e42333
Octal12615025663500403444363
Binary1010110110100010101110110011101000010000011100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5668AE; }

 p { color: rgb(86,104,174); }

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

<style>
 a { background-color: #5668AE; }

 a { background-color: rgb(86,104,174); }

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

<style>
 span { border-color: #5668AE; }

 span { border-color: rgb(86,104,174); }

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