#5D78AE

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

Shades of Chetwode Blue #5D78AE

Tints of Chetwode Blue #5D78AE

Color information

#5D78AE (or 0x5D78AE) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 78 and AE. RGB value is (93,120,174). Sum of RGB (Red+Green+Blue) = 93+120+174=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D78AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D78AE is #A28751. Grayscale: #757575. Windows color (decimal): -10651474 or 11434077. OLE color: 11434077.

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

Color convert

RGB93120174-
CMYK0.470.3100.32
HSL220º33.33%52.35%-
HSV(B)220º46.55%68.24%-
XYZ18.8718.8242.68-
YUV118.08159.55110.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.03%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=24.03%
G=31.01%
B=44.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931201740.470.3100.3222033.3352.35
Hex5D78AE2F1F020dc2134
Octal13517025657370403344164
Binary101110111110001010111010111111111010000011011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,174); }

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

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

 a { background-color: rgb(93,120,174); }

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

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

 span { border-color: rgb(93,120,174); }

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