Html Css Color HEX #5882AE Air Force Blue

📋 copy color: '#5882AE'

red 88 ◦ green 130 ◦ blue 174

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

Shades of Air Force Blue #5882AE

Tints of Air Force Blue #5882AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 22.45%
G = 33.16%
B = 44.39%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5882AE (or 0x5882AE) is known color: Air Force Blue. HEX triplet: 58, 82 and AE. RGB value is (88,130,174). Sum of RGB (Red+Green+Blue) = 88+130+174=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #5882AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5882AE is #A77D51. Grayscale: #7A7A7A. Windows color (decimal): -10976594 or 11436632. OLE color: 11436632.

HSL color Cylindrical-coordinate representation of color #5882AE: hue angle of 210.7º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5882AE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 130 174 -
CMYK 0.49 0.25 0 0.32
HSL 210.7º 0.35% 0.51% -
HSV(B) 210.7º 0.49% 0.68% -
XYZ 19.65 21.1 43.08 -
YUV 122.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 88 130 174 0.49 0.25 0 0.32 210.7 0.35 0.51
Hex 58 82 AE 31 19 0 20 D3 23 33
Octal 130 202 256 61 31 0 40 323 43 63
Binary 1011000 10000010 10101110 110001 11001 0 100000 11010011 100011 110011

Color Harmonies of #5882AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5882AE

Black with #5882AE

Text Example


Text Example

White with #5882AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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