#57869D

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

Shades of Air Force Blue #57869D

Tints of Air Force Blue #57869D

Color information

#57869D (or 0x57869D) is unknown color: approx Air Force Blue. HEX triplet: 57, 86 and 9D. RGB value is (87,134,157). Sum of RGB (Red+Green+Blue) = 87+134+157=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #57869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57869D is #A87962. Grayscale: #7A7A7A. Windows color (decimal): -11041123 or 10323543. OLE color: 10323543.

HSL color Cylindrical-coordinate representation of color #57869D: hue angle of 199.71º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #57869D is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB87134157-
CMYK0.450.1500.38
HSL199.71º28.69%47.84%-
HSV(B)199.71º44.59%61.57%-
XYZ18.5421.5135.07-
YUV122.57147.43102.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=23.02%
G=35.45%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal871341570.450.1500.38199.7128.6947.84
Hex57869D2DF026c81d30
Octal12720623555170463103560
Binary10101111000011010011101101101111101001101100100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57869D; }

 p { color: rgb(87,134,157); }

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

<style>
 a { background-color: #57869D; }

 a { background-color: rgb(87,134,157); }

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

<style>
 span { border-color: #57869D; }

 span { border-color: rgb(87,134,157); }

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