#5569AE

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

Shades of Chetwode Blue #5569AE

Tints of Chetwode Blue #5569AE

Color information

#5569AE (or 0x5569AE) is unknown color: approx Chetwode Blue. HEX triplet: 55, 69 and AE. RGB value is (85,105,174). Sum of RGB (Red+Green+Blue) = 85+105+174=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 105 (41.41% from 255 or 28.85% 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 #5569AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5569AE is #AA9651. Grayscale: #6A6A6A. Windows color (decimal): -11179602 or 11430229. OLE color: 11430229.

HSL color Cylindrical-coordinate representation of color #5569AE: hue angle of 226.52º 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 #5569AE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85105174-
CMYK0.510.4000.32
HSL226.52º35.46%50.78%-
HSV(B)226.52º51.15%68.24%-
XYZ16.4415.0942.09-
YUV106.89165.87112.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 174 (68.36% from 255) = 47.80%
R=23.35%
G=28.85%
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
Decimal851051740.510.4000.32226.5235.4650.78
Hex5569AE3328020e32333
Octal12515125663500403434363
Binary1010101110100110101110110011101000010000011100011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5569AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,105,174); }

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

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

 a { background-color: rgb(85,105,174); }

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

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

 span { border-color: rgb(85,105,174); }

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