#5787B3

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

Shades of Air Force Blue #5787B3

Tints of Air Force Blue #5787B3

Color information

#5787B3 (or 0x5787B3) is unknown color: approx Air Force Blue. HEX triplet: 57, 87 and B3. RGB value is (87,135,179). Sum of RGB (Red+Green+Blue) = 87+135+179=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #5787B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787B3 is #A8784C. Grayscale: #7D7D7D. Windows color (decimal): -11040845 or 11765591. OLE color: 11765591.

HSL color Cylindrical-coordinate representation of color #5787B3: hue angle of 208.7º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5787B3 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB87135179-
CMYK0.510.2500.30
HSL208.7º37.7%52.16%-
HSV(B)208.7º51.4%70.2%-
XYZ20.7322.6145.92-
YUV125.66158.1100.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.70%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=21.70%
G=33.67%
B=44.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal871351790.510.2500.30208.737.752.16
Hex5787B3331901Ed12634
Octal12720726363310363214664
Binary101011110000111101100111100111100101111011010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5787B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5787B3; }

 p { color: rgb(87,135,179); }

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

<style>
 a { background-color: #5787B3; }

 a { background-color: rgb(87,135,179); }

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

<style>
 span { border-color: #5787B3; }

 span { border-color: rgb(87,135,179); }

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