#5E72A9

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

Shades of Chetwode Blue #5E72A9

Tints of Chetwode Blue #5E72A9

Color information

#5E72A9 (or 0x5E72A9) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 72 and A9. RGB value is (94,114,169). Sum of RGB (Red+Green+Blue) = 94+114+169=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E72A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E72A9 is #A18D56. Grayscale: #727272. Windows color (decimal): -10587479 or 11104862. OLE color: 11104862.

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

Color convert

RGB94114169-
CMYK0.440.3300.34
HSL224º30.36%51.57%-
HSV(B)224º44.38%66.27%-
XYZ17.7917.2839.93-
YUV114.29158.87113.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=24.93%
G=30.24%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941141690.440.3300.3422430.3651.57
Hex5E72A92C21022e01e34
Octal13616225154410423403664
Binary101111011100101010100110110010000101000101110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E72A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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