Html Css Color HEX #5982A6 Air Force Blue

📋 copy color: '#5982A6'

red 89 ◦ green 130 ◦ blue 166

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

Shades of Air Force Blue #5982A6

Tints of Air Force Blue #5982A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 23.12%
G = 33.77%
B = 43.12%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5982A6 (or 0x5982A6) is known color: Air Force Blue. HEX triplet: 59, 82 and A6. RGB value is (89,130,166). Sum of RGB (Red+Green+Blue) = 89+130+166=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #5982A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5982A6 is #A67D59. Grayscale: #797979. Windows color (decimal): -10911066 or 10912345. OLE color: 10912345.

HSL color Cylindrical-coordinate representation of color #5982A6: hue angle of 208.05º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5982A6 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 130 166 -
CMYK 0.46 0.22 0 0.35
HSL 208.05º 0.3% 0.5% -
HSV(B) 208.05º 0.46% 0.65% -
XYZ 18.99 20.84 39.1 -
YUV 121.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 89 130 166 0.46 0.22 0 0.35 208.05 0.3 0.5
Hex 59 82 A6 2E 16 0 23 D0 1E 32
Octal 131 202 246 56 26 0 43 320 36 62
Binary 1011001 10000010 10100110 101110 10110 0 100011 11010000 11110 110010

Color Harmonies of #5982A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5982A6

Black with #5982A6

Text Example


Text Example

White with #5982A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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