#5E72AD

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

Shades of Chetwode Blue #5E72AD

Tints of Chetwode Blue #5E72AD

Color information

#5E72AD (or 0x5E72AD) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 72 and AD. RGB value is (94,114,173). Sum of RGB (Red+Green+Blue) = 94+114+173=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E72AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E72AD is #A18D52. Grayscale: #727272. Windows color (decimal): -10587475 or 11367006. OLE color: 11367006.

HSL color Cylindrical-coordinate representation of color #5E72AD: hue angle of 224.81º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E72AD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB94114173-
CMYK0.460.3400.32
HSL224.81º32.51%52.35%-
HSV(B)224.81º45.66%67.84%-
XYZ18.1817.4341.94-
YUV114.75160.87113.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.67%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=24.67%
G=29.92%
B=45.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941141730.460.3400.32224.8132.5152.35
Hex5E72AD2E22020e12134
Octal13616225556420403414164
Binary1011110111001010101101101110100010010000011100001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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