Html Css Color HEX #5981AC Air Force Blue

📋 copy color: '#5981AC'

red 89 ◦ green 129 ◦ blue 172

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

Shades of Air Force Blue #5981AC

Tints of Air Force Blue #5981AC

RGB

 RED value IS 89 (35.16% from 255) = 22.82%

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

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

R = 22.82%
G = 33.08%
B = 44.1%

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

#5981AC (or 0x5981AC) is known color: Air Force Blue. HEX triplet: 59, 81 and AC. RGB value is (89,129,172). Sum of RGB (Red+Green+Blue) = 89+129+172=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5981AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5981AC is #A67E53. Grayscale: #797979. Windows color (decimal): -10911316 or 11305305. OLE color: 11305305.

HSL color Cylindrical-coordinate representation of color #5981AC: hue angle of 211.08º 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 #5981AC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 129 172 -
CMYK 0.48 0.25 0 0.33
HSL 211.08º 0.33% 0.51% -
HSV(B) 211.08º 0.48% 0.67% -
XYZ 19.42 20.8 42.02 -
YUV 121.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 89 129 172 0.48 0.25 0 0.33 211.08 0.33 0.51
Hex 59 81 AC 30 19 0 21 D3 21 33
Octal 131 201 254 60 31 0 41 323 41 63
Binary 1011001 10000001 10101100 110000 11001 0 100001 11010011 100001 110011

Color Harmonies of #5981AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5981AC

Black with #5981AC

Text Example


Text Example

White with #5981AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5981AC; }

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

 H1.HeaderClassName
 {
   color: #5981AC;
 }
 .AnyTagClassName
 {
   color: #5981AC;
 }
</style>

background-color css

<style>
 a { background-color: #5981AC; }

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

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

border-color css

<style>
 span { border-color: #5981AC; }

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

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