#578BB1

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

Shades of Air Force Blue #578BB1

Tints of Air Force Blue #578BB1

Color information

#578BB1 (or 0x578BB1) is unknown color: approx Air Force Blue. HEX triplet: 57, 8B and B1. RGB value is (87,139,177). Sum of RGB (Red+Green+Blue) = 87+139+177=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #578BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578BB1 is #A8744E. Grayscale: #7F7F7F. Windows color (decimal): -11039823 or 11635543. OLE color: 11635543.

HSL color Cylindrical-coordinate representation of color #578BB1: hue angle of 205.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #578BB1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB87139177-
CMYK0.510.2100.31
HSL205.33º36.59%51.76%-
HSV(B)205.33º50.85%69.41%-
XYZ21.123.6745.05-
YUV127.78155.7798.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.59%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 177 (69.53% from 255) = 43.92%
R=21.59%
G=34.49%
B=43.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871391770.510.2100.31205.3336.5951.76
Hex578BB1331501Fcd2534
Octal12721326163250373154564
Binary101011110001011101100011100111010101111111001101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,139,177); }

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

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

 a { background-color: rgb(87,139,177); }

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

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

 span { border-color: rgb(87,139,177); }

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