#54829C

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

Shades of Air Force Blue #54829C

Tints of Air Force Blue #54829C

Color information

#54829C (or 0x54829C) is unknown color: approx Air Force Blue. HEX triplet: 54, 82 and 9C. RGB value is (84,130,156). Sum of RGB (Red+Green+Blue) = 84+130+156=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #54829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54829C is #AB7D63. Grayscale: #777777. Windows color (decimal): -11238756 or 10256980. OLE color: 10256980.

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

Color convert

RGB84130156-
CMYK0.460.1700.39
HSL201.67º30%47.06%-
HSV(B)201.67º46.15%61.18%-
XYZ17.6420.2534.43-
YUV119.21148.76102.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.70%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=22.70%
G=35.14%
B=42.16%

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
Decimal841301560.460.1700.39201.673047.06
Hex54829C2E11027ca1e2f
Octal12420223456210473123657
Binary101010010000010100111001011101000101001111100101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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