#5866AD

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

Shades of Chetwode Blue #5866AD

Tints of Chetwode Blue #5866AD

Color information

#5866AD (or 0x5866AD) is unknown color: approx Chetwode Blue. HEX triplet: 58, 66 and AD. RGB value is (88,102,173). Sum of RGB (Red+Green+Blue) = 88+102+173=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 102 (40.23% from 255 or 28.10% 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 #5866AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5866AD is #A79952. Grayscale: #696969. Windows color (decimal): -10983763 or 11363928. OLE color: 11363928.

HSL color Cylindrical-coordinate representation of color #5866AD: hue angle of 230.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5866AD is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88102173-
CMYK0.490.4100.32
HSL230.12º34.14%51.18%-
HSV(B)230.12º49.13%67.84%-
XYZ16.3214.5941.49-
YUV105.91165.86115.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.24%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=24.24%
G=28.10%
B=47.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881021730.490.4100.32230.1234.1451.18
Hex5866AD3129020e62233
Octal13014625561510403464263
Binary1011000110011010101101110001101001010000011100110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5866AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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