#5F77AF

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

Shades of Chetwode Blue #5F77AF

Tints of Chetwode Blue #5F77AF

Color information

#5F77AF (or 0x5F77AF) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 77 and AF. RGB value is (95,119,175). Sum of RGB (Red+Green+Blue) = 95+119+175=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F77AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F77AF is #A08850. Grayscale: #757575. Windows color (decimal): -10520657 or 11499359. OLE color: 11499359.

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

Color convert

RGB95119175-
CMYK0.460.3200.31
HSL222º33.33%52.94%-
HSV(B)222º45.71%68.63%-
XYZ19.0518.7243.17-
YUV118.21160.05111.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=24.42%
G=30.59%
B=44.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951191750.460.3200.3122233.3352.94
Hex5F77AF2E2001Fde2135
Octal13716725756400373364165
Binary101111111101111010111110111010000001111111011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F77AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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