#587CA5

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

Shades of Air Force Blue #587CA5

Tints of Air Force Blue #587CA5

Color information

#587CA5 (or 0x587CA5) is unknown color: approx Air Force Blue. HEX triplet: 58, 7C and A5. RGB value is (88,124,165). Sum of RGB (Red+Green+Blue) = 88+124+165=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 165 - color contains mainly: blue. Hex color #587CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587CA5 is #A7835A. Grayscale: #757575. Windows color (decimal): -10978139 or 10845272. OLE color: 10845272.

HSL color Cylindrical-coordinate representation of color #587CA5: hue angle of 211.95º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #587CA5 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB88124165-
CMYK0.470.2500.35
HSL211.95º30.43%49.61%-
HSV(B)211.95º46.67%64.71%-
XYZ18.0219.2138.35-
YUV117.91154.57106.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=23.34%
G=32.89%
B=43.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881241650.470.2500.35211.9530.4349.61
Hex587CA52F19023d41e32
Octal13017424557310433243662
Binary10110001111100101001011011111100101000111101010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587CA5; }

 p { color: rgb(88,124,165); }

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

<style>
 a { background-color: #587CA5; }

 a { background-color: rgb(88,124,165); }

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

<style>
 span { border-color: #587CA5; }

 span { border-color: rgb(88,124,165); }

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