#588BAD

Color #588BAD Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #588BAD

Tints of Air Force Blue #588BAD

Color information

#588BAD (or 0x588BAD) is unknown color: approx Air Force Blue. HEX triplet: 58, 8B and AD. RGB value is (88,139,173). Sum of RGB (Red+Green+Blue) = 88+139+173=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #588BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588BAD is #A77452. Grayscale: #7F7F7F. Windows color (decimal): -10974291 or 11373400. OLE color: 11373400.

HSL color Cylindrical-coordinate representation of color #588BAD: hue angle of 204º degrees, saturation: 0.34, 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 #588BAD is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB88139173-
CMYK0.490.2000.32
HSL204º34.14%51.18%-
HSV(B)204º49.13%67.84%-
XYZ20.823.5642.99-
YUV127.63153.699.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=22%
G=34.75%
B=43.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881391730.490.2000.3220434.1451.18
Hex588BAD3114020cc2233
Octal13021325561240403144263
Binary1011000100010111010110111000110100010000011001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #588BAD;
 }
 .AnyTagClassName
 {
   color: #588BAD;
 }
</style>
background-color css

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

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

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

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

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

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