Html Css Color HEX #548DAF Air Force Blue

📋 copy color: '#548DAF'

red 84 ◦ green 141 ◦ blue 175

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

Shades of Air Force Blue #548DAF

Tints of Air Force Blue #548DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

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

R = 21%
G = 35.25%
B = 43.75%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#548DAF (or 0x548DAF) is known color: Air Force Blue. HEX triplet: 54, 8D and AF. RGB value is (84,141,175). Sum of RGB (Red+Green+Blue) = 84+141+175=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #548DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548DAF is #AB7250. Grayscale: #7F7F7F. Windows color (decimal): -11235921 or 11504980. OLE color: 11504980.

HSL color Cylindrical-coordinate representation of color #548DAF: hue angle of 202.42º 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 #548DAF is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 141 175 -
CMYK 0.52 0.19 0 0.31
HSL 202.42º 0.36% 0.51% -
HSV(B) 202.42º 0.52% 0.69% -
XYZ 20.92 24.03 44.09 -
YUV 127.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 84 141 175 0.52 0.19 0 0.31 202.42 0.36 0.51
Hex 54 8D AF 34 13 0 1F CA 24 33
Octal 124 215 257 64 23 0 37 312 44 63
Binary 1010100 10001101 10101111 110100 10011 0 11111 11001010 100100 110011

Color Harmonies of #548DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DAF

Black with #548DAF

Text Example


Text Example

White with #548DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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