#5868AA

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

Shades of Chetwode Blue #5868AA

Tints of Chetwode Blue #5868AA

Color information

#5868AA (or 0x5868AA) is unknown color: approx Chetwode Blue. HEX triplet: 58, 68 and AA. RGB value is (88,104,170). Sum of RGB (Red+Green+Blue) = 88+104+170=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #5868AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5868AA is #A79755. Grayscale: #6A6A6A. Windows color (decimal): -10983254 or 11167832. OLE color: 11167832.

HSL color Cylindrical-coordinate representation of color #5868AA: hue angle of 228.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5868AA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88104170-
CMYK0.480.3900.33
HSL228.29º32.54%50.59%-
HSV(B)228.29º48.24%66.67%-
XYZ16.2314.8840.05-
YUV106.74163.7114.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=24.31%
G=28.73%
B=46.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881041700.480.3900.33228.2932.5450.59
Hex5868AA3027021e42133
Octal13015025260470413444163
Binary1011000110100010101010110000100111010000111100100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5868AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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