#54809B

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

Shades of Air Force Blue #54809B

Tints of Air Force Blue #54809B

Color information

#54809B (or 0x54809B) is unknown color: approx Air Force Blue. HEX triplet: 54, 80 and 9B. RGB value is (84,128,155). Sum of RGB (Red+Green+Blue) = 84+128+155=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #54809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54809B is #AB7F64. Grayscale: #757575. Windows color (decimal): -11239269 or 10190932. OLE color: 10190932.

HSL color Cylindrical-coordinate representation of color #54809B: hue angle of 202.82º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54809B is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84128155-
CMYK0.460.1700.39
HSL202.82º29.71%46.86%-
HSV(B)202.82º45.81%60.78%-
XYZ17.2919.6933.9-
YUV117.92148.92103.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=22.89%
G=34.88%
B=42.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841281550.460.1700.39202.8229.7146.86
Hex54809B2E11027cb1e2f
Octal12420023356210473133657
Binary101010010000000100110111011101000101001111100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54809B; }

 p { color: rgb(84,128,155); }

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

<style>
 a { background-color: #54809B; }

 a { background-color: rgb(84,128,155); }

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

<style>
 span { border-color: #54809B; }

 span { border-color: rgb(84,128,155); }

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