Html Css Color HEX #5882AB Air Force Blue

📋 copy color: '#5882AB'

red 88 ◦ green 130 ◦ blue 171

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

Shades of Air Force Blue #5882AB

Tints of Air Force Blue #5882AB

RGB

 RED value IS 88 (34.77% from 255) = 22.62%

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

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

R = 22.62%
G = 33.42%
B = 43.96%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5882AB (or 0x5882AB) is known color: Air Force Blue. HEX triplet: 58, 82 and AB. RGB value is (88,130,171). Sum of RGB (Red+Green+Blue) = 88+130+171=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 130 (51.17% from 255 or 33.42% 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 #5882AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5882AB is #A77D54. Grayscale: #797979. Windows color (decimal): -10976597 or 11240024. OLE color: 11240024.

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

Color convert

RGB 88 130 171 -
CMYK 0.49 0.24 0 0.33
HSL 209.64º 0.33% 0.51% -
HSV(B) 209.64º 0.49% 0.67% -
XYZ 19.36 20.98 41.56 -
YUV 122.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 88 130 171 0.49 0.24 0 0.33 209.64 0.33 0.51
Hex 58 82 AB 31 18 0 21 D2 21 33
Octal 130 202 253 61 30 0 41 322 41 63
Binary 1011000 10000010 10101011 110001 11000 0 100001 11010010 100001 110011

Color Harmonies of #5882AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5882AB

Black with #5882AB

Text Example


Text Example

White with #5882AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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