Html Css Color HEX #588BAA Air Force Blue

📋 copy color: '#588BAA'

red 88 ◦ green 139 ◦ blue 170

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

Shades of Air Force Blue #588BAA

Tints of Air Force Blue #588BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.01%

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

R = 22.17%
G = 35.01%
B = 42.82%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#588BAA (or 0x588BAA) is known color: Air Force Blue. HEX triplet: 58, 8B and AA. RGB value is (88,139,170). Sum of RGB (Red+Green+Blue) = 88+139+170=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #588BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588BAA is #A77455. Grayscale: #7F7F7F. Windows color (decimal): -10974294 or 11176792. OLE color: 11176792.

HSL color Cylindrical-coordinate representation of color #588BAA: hue angle of 202.68º degrees, saturation: 0.33, 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 #588BAA is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 139 170 -
CMYK 0.48 0.18 0 0.33
HSL 202.68º 0.33% 0.51% -
HSV(B) 202.68º 0.48% 0.67% -
XYZ 20.51 23.44 41.47 -
YUV 127.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 88 139 170 0.48 0.18 0 0.33 202.68 0.33 0.51
Hex 58 8B AA 30 12 0 21 CB 21 33
Octal 130 213 252 60 22 0 41 313 41 63
Binary 1011000 10001011 10101010 110000 10010 0 100001 11001011 100001 110011

Color Harmonies of #588BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588BAA

Black with #588BAA

Text Example


Text Example

White with #588BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588BAA; }

 p { color: rgb(88,139,170); }

 H1.HeaderClassName
 {
   color: #588BAA;
 }
 .AnyTagClassName
 {
   color: #588BAA;
 }
</style>

background-color css

<style>
 a { background-color: #588BAA; }

 a { background-color: rgb(88,139,170); }

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

border-color css

<style>
 span { border-color: #588BAA; }

 span { border-color: rgb(88,139,170); }

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