#5A6EAC

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

Shades of Chetwode Blue #5A6EAC

Tints of Chetwode Blue #5A6EAC

Color information

#5A6EAC (or 0x5A6EAC) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6E and AC. RGB value is (90,110,172). Sum of RGB (Red+Green+Blue) = 90+110+172=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6EAC is #A59153. Grayscale: #6E6E6E. Windows color (decimal): -10850644 or 11300442. OLE color: 11300442.

HSL color Cylindrical-coordinate representation of color #5A6EAC: hue angle of 225.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6EAC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90110172-
CMYK0.480.3600.33
HSL225.37º33.06%51.37%-
HSV(B)225.37º47.67%67.45%-
XYZ17.2416.341.27-
YUV111.09162.37112.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 110 (43.36% from 255) = 29.57%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=24.19%
G=29.57%
B=46.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901101720.480.3600.33225.3733.0651.37
Hex5A6EAC3024021e12133
Octal13215625460440413414163
Binary1011010110111010101100110000100100010000111100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,110,172); }

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

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

 a { background-color: rgb(90,110,172); }

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

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

 span { border-color: rgb(90,110,172); }

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