Html Css Color HEX #5488AB Air Force Blue

📋 copy color: '#5488AB'

red 84 ◦ green 136 ◦ blue 171

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

Shades of Air Force Blue #5488AB

Tints of Air Force Blue #5488AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 21.48%
G = 34.78%
B = 43.73%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5488AB (or 0x5488AB) is known color: Air Force Blue. HEX triplet: 54, 88 and AB. RGB value is (84,136,171). Sum of RGB (Red+Green+Blue) = 84+136+171=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5488AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488AB is #AB7754. Grayscale: #7C7C7C. Windows color (decimal): -11237205 or 11241556. OLE color: 11241556.

HSL color Cylindrical-coordinate representation of color #5488AB: hue angle of 204.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5488AB is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 136 171 -
CMYK 0.51 0.20 0 0.33
HSL 204.14º 0.34% 0.5% -
HSV(B) 204.14º 0.51% 0.67% -
XYZ 19.81 22.43 41.81 -
YUV 124.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 84 136 171 0.51 0.20 0 0.33 204.14 0.34 0.5
Hex 54 88 AB 33 14 0 21 CC 22 32
Octal 124 210 253 63 24 0 41 314 42 62
Binary 1010100 10001000 10101011 110011 10100 0 100001 11001100 100010 110010

Color Harmonies of #5488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488AB

Black with #5488AB

Text Example


Text Example

White with #5488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5488AB; }

 p { color: rgb(84,136,171); }

 H1.HeaderClassName
 {
   color: #5488AB;
 }
 .AnyTagClassName
 {
   color: #5488AB;
 }
</style>

background-color css

<style>
 a { background-color: #5488AB; }

 a { background-color: rgb(84,136,171); }

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

border-color css

<style>
 span { border-color: #5488AB; }

 span { border-color: rgb(84,136,171); }

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