#5868AD

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

Shades of Chetwode Blue #5868AD

Tints of Chetwode Blue #5868AD

Color information

#5868AD (or 0x5868AD) is unknown color: approx Chetwode Blue. HEX triplet: 58, 68 and AD. RGB value is (88,104,173). Sum of RGB (Red+Green+Blue) = 88+104+173=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #5868AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5868AD is #A79752. Grayscale: #6A6A6A. Windows color (decimal): -10983251 or 11364440. OLE color: 11364440.

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

Color convert

RGB88104173-
CMYK0.490.4000.32
HSL228.71º34.14%51.18%-
HSV(B)228.71º49.13%67.84%-
XYZ16.5214.9941.56-
YUV107.08165.2114.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=24.11%
G=28.49%
B=47.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881041730.490.4000.32228.7134.1451.18
Hex5868AD3128020e52233
Octal13015025561500403454263
Binary1011000110100010101101110001101000010000011100101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5868AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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