#578FB4

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

Shades of Air Force Blue #578FB4

Tints of Air Force Blue #578FB4

Color information

#578FB4 (or 0x578FB4) is unknown color: approx Air Force Blue. HEX triplet: 57, 8F and B4. RGB value is (87,143,180). Sum of RGB (Red+Green+Blue) = 87+143+180=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 180 (70.70% from 255 or 43.90% from 410); Max value from RGB is 180 - color contains mainly: blue. Hex color #578FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578FB4 is #A8704B. Grayscale: #828282. Windows color (decimal): -11038796 or 11833175. OLE color: 11833175.

HSL color Cylindrical-coordinate representation of color #578FB4: hue angle of 203.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #578FB4 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB87143180-
CMYK0.520.2100.29
HSL203.87º38.27%52.35%-
HSV(B)203.87º51.67%70.59%-
XYZ21.9924.9746.84-
YUV130.47155.9596.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.22%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 180 (70.70% from 255) = 43.90%
R=21.22%
G=34.88%
B=43.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871431800.520.2100.29203.8738.2752.35
Hex578FB4341501Dcc2634
Octal12721726464250353144664
Binary101011110001111101101001101001010101110111001100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,143,180); }

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

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

 a { background-color: rgb(87,143,180); }

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

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

 span { border-color: rgb(87,143,180); }

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