#578DA1

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

Shades of Air Force Blue #578DA1

Tints of Air Force Blue #578DA1

Color information

#578DA1 (or 0x578DA1) is unknown color: approx Air Force Blue. HEX triplet: 57, 8D and A1. RGB value is (87,141,161). Sum of RGB (Red+Green+Blue) = 87+141+161=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 161 - color contains mainly: blue. Hex color #578DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578DA1 is #A8725E. Grayscale: #7F7F7F. Windows color (decimal): -11039327 or 10587479. OLE color: 10587479.

HSL color Cylindrical-coordinate representation of color #578DA1: hue angle of 196.22º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #578DA1 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB87141161-
CMYK0.460.1200.37
HSL196.22º29.84%48.63%-
HSV(B)196.22º45.96%63.14%-
XYZ19.8923.6537.23-
YUV127.13147.1199.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 161 (63.28% from 255) = 41.39%
R=22.37%
G=36.25%
B=41.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal871411610.460.1200.37196.2229.8448.63
Hex578DA12EC025c41e31
Octal12721524156140453043661
Binary10101111000110110100001101110110001001011100010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578DA1; }

 p { color: rgb(87,141,161); }

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

<style>
 a { background-color: #578DA1; }

 a { background-color: rgb(87,141,161); }

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

<style>
 span { border-color: #578DA1; }

 span { border-color: rgb(87,141,161); }

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