#5666AD

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

Shades of Chetwode Blue #5666AD

Tints of Chetwode Blue #5666AD

Color information

#5666AD (or 0x5666AD) is unknown color: approx Chetwode Blue. HEX triplet: 56, 66 and AD. RGB value is (86,102,173). Sum of RGB (Red+Green+Blue) = 86+102+173=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #5666AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5666AD is #A99952. Grayscale: #696969. Windows color (decimal): -11114835 or 11363926. OLE color: 11363926.

HSL color Cylindrical-coordinate representation of color #5666AD: hue angle of 228.97º 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 #5666AD is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86102173-
CMYK0.500.4100.32
HSL228.97º34.66%50.78%-
HSV(B)228.97º50.29%67.84%-
XYZ16.1314.541.48-
YUV105.31166.2114.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=23.82%
G=28.25%
B=47.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861021730.500.4100.32228.9734.6650.78
Hex5666AD3229020e52333
Octal12614625562510403454363
Binary1010110110011010101101110010101001010000011100101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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