Html Css Color HEX #5582AB Air Force Blue

📋 copy color: '#5582AB'

red 85 ◦ green 130 ◦ blue 171

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

Shades of Air Force Blue #5582AB

Tints of Air Force Blue #5582AB

RGB

 RED value IS 85 (33.59% from 255) = 22.02%

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

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

R = 22.02%
G = 33.68%
B = 44.3%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5582AB (or 0x5582AB) is known color: Air Force Blue. HEX triplet: 55, 82 and AB. RGB value is (85,130,171). Sum of RGB (Red+Green+Blue) = 85+130+171=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5582AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5582AB is #AA7D54. Grayscale: #797979. Windows color (decimal): -11173205 or 11240021. OLE color: 11240021.

HSL color Cylindrical-coordinate representation of color #5582AB: hue angle of 208.6º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5582AB is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 130 171 -
CMYK 0.50 0.24 0 0.33
HSL 208.6º 0.34% 0.5% -
HSV(B) 208.6º 0.5% 0.67% -
XYZ 19.08 20.84 41.54 -
YUV 121.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 85 130 171 0.50 0.24 0 0.33 208.6 0.34 0.5
Hex 55 82 AB 32 18 0 21 D1 22 32
Octal 125 202 253 62 30 0 41 321 42 62
Binary 1010101 10000010 10101011 110010 11000 0 100001 11010001 100010 110010

Color Harmonies of #5582AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5582AB

Black with #5582AB

Text Example


Text Example

White with #5582AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,130,171); }

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

background-color css

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

 a { background-color: rgb(85,130,171); }

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

border-color css

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

 span { border-color: rgb(85,130,171); }

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