#5A74AF

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

Shades of Chetwode Blue #5A74AF

Tints of Chetwode Blue #5A74AF

Color information

#5A74AF (or 0x5A74AF) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 74 and AF. RGB value is (90,116,175). Sum of RGB (Red+Green+Blue) = 90+116+175=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5A74AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A74AF is #A58B50. Grayscale: #727272. Windows color (decimal): -10849105 or 11498586. OLE color: 11498586.

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

Color convert

RGB90116175-
CMYK0.490.3400.31
HSL221.65º34.69%51.96%-
HSV(B)221.65º48.57%68.63%-
XYZ18.217.7643.03-
YUV114.95161.89110.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.62%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 175 (68.75% from 255) = 45.93%
R=23.62%
G=30.45%
B=45.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal901161750.490.3400.31221.6534.6951.96
Hex5A74AF312201Fde2334
Octal13216425761420373364364
Binary101101011101001010111111000110001001111111011110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A74AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,175); }

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

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

 a { background-color: rgb(90,116,175); }

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

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

 span { border-color: rgb(90,116,175); }

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