Html Css Color HEX #5981AB Air Force Blue

📋 copy color: '#5981AB'

red 89 ◦ green 129 ◦ blue 171

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

Shades of Air Force Blue #5981AB

Tints of Air Force Blue #5981AB

RGB

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

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

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

R = 22.88%
G = 33.16%
B = 43.96%

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

#5981AB (or 0x5981AB) is known color: Air Force Blue. HEX triplet: 59, 81 and AB. RGB value is (89,129,171). Sum of RGB (Red+Green+Blue) = 89+129+171=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5981AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5981AB is #A67E54. Grayscale: #797979. Windows color (decimal): -10911317 or 11239769. OLE color: 11239769.

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

Color convert

RGB 89 129 171 -
CMYK 0.48 0.25 0 0.33
HSL 210.73º 0.33% 0.51% -
HSV(B) 210.73º 0.48% 0.67% -
XYZ 19.32 20.76 41.52 -
YUV 121.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 89 129 171 0.48 0.25 0 0.33 210.73 0.33 0.51
Hex 59 81 AB 30 19 0 21 D3 21 33
Octal 131 201 253 60 31 0 41 323 41 63
Binary 1011001 10000001 10101011 110000 11001 0 100001 11010011 100001 110011

Color Harmonies of #5981AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5981AB

Black with #5981AB

Text Example


Text Example

White with #5981AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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