Html Css Color HEX #548FAF Air Force Blue

📋 copy color: '#548FAF'

red 84 ◦ green 143 ◦ blue 175

#548FAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #548FAF

Tints of Air Force Blue #548FAF

RGB

 RED value IS 84 (33.2% from 255) = 20.9%

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 20.9%
G = 35.57%
B = 43.53%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#548FAF (or 0x548FAF) is known color: Air Force Blue. HEX triplet: 54, 8F and AF. RGB value is (84,143,175). Sum of RGB (Red+Green+Blue) = 84+143+175=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #548FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FAF is #AB7050. Grayscale: #808080. Windows color (decimal): -11235409 or 11505492. OLE color: 11505492.

HSL color Cylindrical-coordinate representation of color #548FAF: hue angle of 201.1º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #548FAF is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 143 175 -
CMYK 0.52 0.18 0 0.31
HSL 201.1º 0.36% 0.51% -
HSV(B) 201.1º 0.52% 0.69% -
XYZ 21.22 24.62 44.19 -
YUV 129.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 84 143 175 0.52 0.18 0 0.31 201.1 0.36 0.51
Hex 54 8F AF 34 12 0 1F C9 24 33
Octal 124 217 257 64 22 0 37 311 44 63
Binary 1010100 10001111 10101111 110100 10010 0 11111 11001001 100100 110011

Color Harmonies of #548FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FAF

Black with #548FAF

Text Example


Text Example

White with #548FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548FAF; }

 p { color: rgb(84,143,175); }

 H1.HeaderClassName
 {
   color: #548FAF;
 }
 .AnyTagClassName
 {
   color: #548FAF;
 }
</style>

background-color css

<style>
 a { background-color: #548FAF; }

 a { background-color: rgb(84,143,175); }

 div.DivClassName
 {
   background-color: #548FAF;
 }
 .BgClassName
 {
   background-color: #548FAF;
 }
</style>

border-color css

<style>
 span { border-color: #548FAF; }

 span { border-color: rgb(84,143,175); }

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