#5F77AA

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

Shades of Chetwode Blue #5F77AA

Tints of Chetwode Blue #5F77AA

Color information

#5F77AA (or 0x5F77AA) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 77 and AA. RGB value is (95,119,170). Sum of RGB (Red+Green+Blue) = 95+119+170=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F77AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F77AA is #A08855. Grayscale: #757575. Windows color (decimal): -10520662 or 11171679. OLE color: 11171679.

HSL color Cylindrical-coordinate representation of color #5F77AA: hue angle of 220.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F77AA is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB95119170-
CMYK0.440.300.33
HSL220.8º30.61%51.96%-
HSV(B)220.8º44.12%66.67%-
XYZ18.5718.5340.63-
YUV117.64157.55111.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.74%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=24.74%
G=30.99%
B=44.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951191700.440.300.33220.830.6151.96
Hex5F77AA2C1E021dd1f34
Octal13716725254360413353764
Binary10111111110111101010101011001111001000011101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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