#5A7F9C

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

Shades of Air Force Blue #5A7F9C

Tints of Air Force Blue #5A7F9C

Color information

#5A7F9C (or 0x5A7F9C) is unknown color: approx Air Force Blue. HEX triplet: 5A, 7F and 9C. RGB value is (90,127,156). Sum of RGB (Red+Green+Blue) = 90+127+156=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A7F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7F9C is #A58063. Grayscale: #777777. Windows color (decimal): -10846308 or 10256218. OLE color: 10256218.

HSL color Cylindrical-coordinate representation of color #5A7F9C: hue angle of 206.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A7F9C is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB90127156-
CMYK0.420.1900.39
HSL206.36º26.83%48.24%-
HSV(B)206.36º42.31%61.18%-
XYZ17.8119.7534.33-
YUV119.24148.74107.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=24.13%
G=34.05%
B=41.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901271560.420.1900.39206.3626.8348.24
Hex5A7F9C2A13027ce1b30
Octal13217723452230473163360
Binary10110101111111100111001010101001101001111100111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,127,156); }

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

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

 a { background-color: rgb(90,127,156); }

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

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

 span { border-color: rgb(90,127,156); }

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