Html Css Color HEX #5982AA Air Force Blue

📋 copy color: '#5982AA'

red 89 ◦ green 130 ◦ blue 170

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

Shades of Air Force Blue #5982AA

Tints of Air Force Blue #5982AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 22.88%
G = 33.42%
B = 43.7%

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

#5982AA (or 0x5982AA) is known color: Air Force Blue. HEX triplet: 59, 82 and AA. RGB value is (89,130,170). Sum of RGB (Red+Green+Blue) = 89+130+170=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #5982AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5982AA is #A67D55. Grayscale: #7A7A7A. Windows color (decimal): -10911062 or 11174489. OLE color: 11174489.

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

Color convert

RGB 89 130 170 -
CMYK 0.48 0.24 0 0.33
HSL 209.63º 0.32% 0.51% -
HSV(B) 209.63º 0.48% 0.67% -
XYZ 19.36 20.99 41.06 -
YUV 122.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 89 130 170 0.48 0.24 0 0.33 209.63 0.32 0.51
Hex 59 82 AA 30 18 0 21 D2 20 33
Octal 131 202 252 60 30 0 41 322 40 63
Binary 1011001 10000010 10101010 110000 11000 0 100001 11010010 100000 110011

Color Harmonies of #5982AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982AA

Black with #5982AA

Text Example


Text Example

White with #5982AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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