Html Css Color HEX #5488B2 Air Force Blue

📋 copy color: '#5488B2'

red 84 ◦ green 136 ◦ blue 178

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

Shades of Air Force Blue #5488B2

Tints of Air Force Blue #5488B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 21.11%
G = 34.17%
B = 44.72%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5488B2 (or 0x5488B2) is known color: Air Force Blue. HEX triplet: 54, 88 and B2. RGB value is (84,136,178). Sum of RGB (Red+Green+Blue) = 84+136+178=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #5488B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5488B2 is #AB774D. Grayscale: #7D7D7D. Windows color (decimal): -11237198 or 11700308. OLE color: 11700308.

HSL color Cylindrical-coordinate representation of color #5488B2: hue angle of 206.81º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5488B2 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 136 178 -
CMYK 0.53 0.24 0 0.30
HSL 206.81º 0.38% 0.51% -
HSV(B) 206.81º 0.53% 0.7% -
XYZ 20.5 22.71 45.42 -
YUV 125.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 84 136 178 0.53 0.24 0 0.30 206.81 0.38 0.51
Hex 54 88 B2 35 18 0 1E CF 26 33
Octal 124 210 262 65 30 0 36 317 46 63
Binary 1010100 10001000 10110010 110101 11000 0 11110 11001111 100110 110011

Color Harmonies of #5488B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488B2

Black with #5488B2

Text Example


Text Example

White with #5488B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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