#54809C

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

Shades of Air Force Blue #54809C

Tints of Air Force Blue #54809C

Color information

#54809C (or 0x54809C) is unknown color: approx Air Force Blue. HEX triplet: 54, 80 and 9C. RGB value is (84,128,156). Sum of RGB (Red+Green+Blue) = 84+128+156=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #54809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54809C is #AB7F63. Grayscale: #757575. Windows color (decimal): -11239268 or 10256468. OLE color: 10256468.

HSL color Cylindrical-coordinate representation of color #54809C: hue angle of 203.33º 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 #54809C is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB84128156-
CMYK0.460.1800.39
HSL203.33º30%47.06%-
HSV(B)203.33º46.15%61.18%-
XYZ17.3819.7234.34-
YUV118.04149.42103.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.83%
GREEN value IS 128 (50.39% from 255) = 34.78%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=22.83%
G=34.78%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841281560.460.1800.39203.333047.06
Hex54809C2E12027cb1e2f
Octal12420023456220473133657
Binary101010010000000100111001011101001001001111100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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