Html Css Color HEX #5981AA Air Force Blue

📋 copy color: '#5981AA'

red 89 ◦ green 129 ◦ blue 170

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

Shades of Air Force Blue #5981AA

Tints of Air Force Blue #5981AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 22.94%
G = 33.25%
B = 43.81%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5981AA (or 0x5981AA) is known color: Air Force Blue. HEX triplet: 59, 81 and AA. RGB value is (89,129,170). Sum of RGB (Red+Green+Blue) = 89+129+170=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #5981AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5981AA is #A67E55. Grayscale: #797979. Windows color (decimal): -10911318 or 11174233. OLE color: 11174233.

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

Color convert

RGB 89 129 170 -
CMYK 0.48 0.24 0 0.33
HSL 210.37º 0.32% 0.51% -
HSV(B) 210.37º 0.48% 0.67% -
XYZ 19.23 20.73 41.02 -
YUV 121.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 89 129 170 0.48 0.24 0 0.33 210.37 0.32 0.51
Hex 59 81 AA 30 18 0 21 D2 20 33
Octal 131 201 252 60 30 0 41 322 40 63
Binary 1011001 10000001 10101010 110000 11000 0 100001 11010010 100000 110011

Color Harmonies of #5981AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5981AA

Black with #5981AA

Text Example


Text Example

White with #5981AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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