#5E76AF

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

Shades of Chetwode Blue #5E76AF

Tints of Chetwode Blue #5E76AF

Color information

#5E76AF (or 0x5E76AF) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 76 and AF. RGB value is (94,118,175). Sum of RGB (Red+Green+Blue) = 94+118+175=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E76AF is #A18950. Grayscale: #757575. Windows color (decimal): -10586449 or 11499102. OLE color: 11499102.

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

Color convert

RGB94118175-
CMYK0.460.3300.31
HSL222.22º33.61%52.75%-
HSV(B)222.22º46.29%68.63%-
XYZ18.8318.4343.12-
YUV117.32160.55111.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=24.29%
G=30.49%
B=45.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941181750.460.3300.31222.2233.6152.75
Hex5E76AF2E2101Fde2235
Octal13616625756410373364265
Binary101111011101101010111110111010000101111111011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,175); }

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

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

 a { background-color: rgb(94,118,175); }

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

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

 span { border-color: rgb(94,118,175); }

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