#5668AD

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

Shades of Chetwode Blue #5668AD

Tints of Chetwode Blue #5668AD

Color information

#5668AD (or 0x5668AD) is unknown color: approx Chetwode Blue. HEX triplet: 56, 68 and AD. RGB value is (86,104,173). Sum of RGB (Red+Green+Blue) = 86+104+173=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #5668AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5668AD is #A99752. Grayscale: #6A6A6A. Windows color (decimal): -11114323 or 11364438. OLE color: 11364438.

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

Color convert

RGB86104173-
CMYK0.500.4000.32
HSL227.59º34.66%50.78%-
HSV(B)227.59º50.29%67.84%-
XYZ16.3314.941.55-
YUV106.48165.54113.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=23.69%
G=28.65%
B=47.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861041730.500.4000.32227.5934.6650.78
Hex5668AD3228020e42333
Octal12615025562500403444363
Binary1010110110100010101101110010101000010000011100100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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