#5e72aa

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

Shades of Chetwode Blue #5E72AA

Tints of Chetwode Blue #5E72AA

Color information

#5E72AA (or 0x5E72AA) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 72 and AA. RGB value is (94,114,170). Sum of RGB (Red+Green+Blue) = 94+114+170=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E72AA is #A18D55. Grayscale: #727272. Windows color (decimal): -10587478 or 11170398. OLE color: 11170398.

HSL color Cylindrical-coordinate representation of color #5E72AA: hue angle of 224.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E72AA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB94114170-
CMYK0.450.3300.33
HSL224.21º30.89%51.76%-
HSV(B)224.21º44.71%66.67%-
XYZ17.8917.3240.43-
YUV114.4159.37113.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.87%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=24.87%
G=30.16%
B=44.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941141700.450.3300.33224.2130.8951.76
Hex5E72AA2D21021e01f34
Octal13616225255410413403764
Binary101111011100101010101010110110000101000011110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e72aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e72aa; }

 p { color: rgb(94,114,170); }

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

<style>
 a { background-color: #5e72aa; }

 a { background-color: rgb(94,114,170); }

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

<style>
 span { border-color: #5e72aa; }

 span { border-color: rgb(94,114,170); }

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