Html Css Color HEX #5A81AC Air Force Blue

📋 copy color: '#5A81AC'

red 90 ◦ green 129 ◦ blue 172

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

Shades of Air Force Blue #5A81AC

Tints of Air Force Blue #5A81AC

RGB

 RED value IS 90 (35.55% from 255) = 23.02%

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 23.02%
G = 32.99%
B = 43.99%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A81AC (or 0x5A81AC) is known color: Air Force Blue. HEX triplet: 5A, 81 and AC. RGB value is (90,129,172). Sum of RGB (Red+Green+Blue) = 90+129+172=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A81AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A81AC is #A57E53. Grayscale: #7A7A7A. Windows color (decimal): -10845780 or 11305306. OLE color: 11305306.

HSL color Cylindrical-coordinate representation of color #5A81AC: hue angle of 211.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A81AC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 129 172 -
CMYK 0.48 0.25 0 0.33
HSL 211.46º 0.33% 0.51% -
HSV(B) 211.46º 0.48% 0.67% -
XYZ 19.51 20.85 42.03 -
YUV 122.24 156.08 105 -
System Red Green Blue C M Y K H S L
Decimal 90 129 172 0.48 0.25 0 0.33 211.46 0.33 0.51
Hex 5A 81 AC 30 19 0 21 D3 21 33
Octal 132 201 254 60 31 0 41 323 41 63
Binary 1011010 10000001 10101100 110000 11001 0 100001 11010011 100001 110011

Color Harmonies of #5A81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A81AC

Black with #5A81AC

Text Example


Text Example

White with #5A81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A81AC; }

 p { color: rgb(90,129,172); }

 H1.HeaderClassName
 {
   color: #5A81AC;
 }
 .AnyTagClassName
 {
   color: #5A81AC;
 }
</style>

background-color css

<style>
 a { background-color: #5A81AC; }

 a { background-color: rgb(90,129,172); }

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

border-color css

<style>
 span { border-color: #5A81AC; }

 span { border-color: rgb(90,129,172); }

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