#5F79AF

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

Shades of Chetwode Blue #5F79AF

Tints of Chetwode Blue #5F79AF

Color information

#5F79AF (or 0x5F79AF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 79 and AF. RGB value is (95,121,175). Sum of RGB (Red+Green+Blue) = 95+121+175=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F79AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F79AF is #A08650. Grayscale: #777777. Windows color (decimal): -10520145 or 11499871. OLE color: 11499871.

HSL color Cylindrical-coordinate representation of color #5F79AF: hue angle of 220.5º degrees, saturation: 0.33, 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 #5F79AF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95121175-
CMYK0.460.3100.31
HSL220.5º33.33%52.94%-
HSV(B)220.5º45.71%68.63%-
XYZ19.2919.243.25-
YUV119.38159.39110.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=24.30%
G=30.95%
B=44.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951211750.460.3100.31220.533.3352.94
Hex5F79AF2E1F01Fdc2135
Octal13717125756370373344165
Binary10111111111001101011111011101111101111111011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,175); }

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

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

 a { background-color: rgb(95,121,175); }

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

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

 span { border-color: rgb(95,121,175); }

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