#5E6DAE

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

Shades of Chetwode Blue #5E6DAE

Tints of Chetwode Blue #5E6DAE

Color information

#5E6DAE (or 0x5E6DAE) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 6D and AE. RGB value is (94,109,174). Sum of RGB (Red+Green+Blue) = 94+109+174=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6DAE is #A19251. Grayscale: #6F6F6F. Windows color (decimal): -10588754 or 11431262. OLE color: 11431262.

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

Color convert

RGB94109174-
CMYK0.460.3700.32
HSL228.75º33.06%52.55%-
HSV(B)228.75º45.98%68.24%-
XYZ17.7216.3742.27-
YUV111.92163.03115.21-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.93%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=24.93%
G=28.91%
B=46.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941091740.460.3700.32228.7533.0652.55
Hex5E6DAE2E25020e52135
Octal13615525656450403454165
Binary1011110110110110101110101110100101010000011100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,109,174); }

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

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

 a { background-color: rgb(94,109,174); }

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

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

 span { border-color: rgb(94,109,174); }

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