#5F74AE

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

Shades of Chetwode Blue #5F74AE

Tints of Chetwode Blue #5F74AE

Color information

#5F74AE (or 0x5F74AE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 74 and AE. RGB value is (95,116,174). Sum of RGB (Red+Green+Blue) = 95+116+174=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F74AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F74AE is #A08B51. Grayscale: #747474. Windows color (decimal): -10521426 or 11433055. OLE color: 11433055.

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

Color convert

RGB95116174-
CMYK0.450.3300.32
HSL224.05º32.78%52.75%-
HSV(B)224.05º45.4%68.24%-
XYZ18.617.9842.53-
YUV116.33160.54112.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.68%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=24.68%
G=30.13%
B=45.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951161740.450.3300.32224.0532.7852.75
Hex5F74AE2D21020e02135
Octal13716425655410403404165
Binary1011111111010010101110101101100001010000011100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,116,174); }

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

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

 a { background-color: rgb(95,116,174); }

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

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

 span { border-color: rgb(95,116,174); }

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