Html Css Color HEX #548FB0 Air Force Blue

📋 copy color: '#548FB0'

red 84 ◦ green 143 ◦ blue 176

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

Shades of Air Force Blue #548FB0

Tints of Air Force Blue #548FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 20.84%
G = 35.48%
B = 43.67%

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

#548FB0 (or 0x548FB0) is known color: Air Force Blue. HEX triplet: 54, 8F and B0. RGB value is (84,143,176). Sum of RGB (Red+Green+Blue) = 84+143+176=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #548FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548FB0 is #AB704F. Grayscale: #808080. Windows color (decimal): -11235408 or 11571028. OLE color: 11571028.

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

Color convert

RGB 84 143 176 -
CMYK 0.52 0.19 0 0.31
HSL 201.52º 0.37% 0.51% -
HSV(B) 201.52º 0.52% 0.69% -
XYZ 21.32 24.66 44.71 -
YUV 129.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 84 143 176 0.52 0.19 0 0.31 201.52 0.37 0.51
Hex 54 8F B0 34 13 0 1F CA 25 33
Octal 124 217 260 64 23 0 37 312 45 63
Binary 1010100 10001111 10110000 110100 10011 0 11111 11001010 100101 110011

Color Harmonies of #548FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548FB0

Black with #548FB0

Text Example


Text Example

White with #548FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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