#5668AB

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

Shades of Chetwode Blue #5668AB

Tints of Chetwode Blue #5668AB

Color information

#5668AB (or 0x5668AB) is unknown color: approx Chetwode Blue. HEX triplet: 56, 68 and AB. RGB value is (86,104,171). Sum of RGB (Red+Green+Blue) = 86+104+171=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #5668AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5668AB is #A99754. Grayscale: #696969. Windows color (decimal): -11114325 or 11233366. OLE color: 11233366.

HSL color Cylindrical-coordinate representation of color #5668AB: hue angle of 227.29º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5668AB is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86104171-
CMYK0.500.3900.33
HSL227.29º33.6%50.39%-
HSV(B)227.29º49.71%67.06%-
XYZ16.1414.8240.54-
YUV106.26164.54113.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=23.82%
G=28.81%
B=47.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861041710.500.3900.33227.2933.650.39
Hex5668AB3227021e32232
Octal12615025362470413434262
Binary1010110110100010101011110010100111010000111100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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