Html Css Color HEX #57869F Air Force Blue

📋 copy color: '#57869F'

red 87 ◦ green 134 ◦ blue 159

#57869F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #57869F

Tints of Air Force Blue #57869F

RGB

 RED value IS 87 (34.38% from 255) = 22.89%

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 22.89%
G = 35.26%
B = 41.84%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57869F (or 0x57869F) is known color: Air Force Blue. HEX triplet: 57, 86 and 9F. RGB value is (87,134,159). Sum of RGB (Red+Green+Blue) = 87+134+159=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #57869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57869F is #A87960. Grayscale: #7A7A7A. Windows color (decimal): -11041121 or 10454615. OLE color: 10454615.

HSL color Cylindrical-coordinate representation of color #57869F: hue angle of 200.83º 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 #57869F is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 134 159 -
CMYK 0.45 0.16 0 0.38
HSL 200.83º 0.29% 0.48% -
HSV(B) 200.83º 0.45% 0.62% -
XYZ 18.71 21.58 35.98 -
YUV 122.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 87 134 159 0.45 0.16 0 0.38 200.83 0.29 0.48
Hex 57 86 9F 2D 10 0 26 C9 1D 30
Octal 127 206 237 55 20 0 46 311 35 60
Binary 1010111 10000110 10011111 101101 10000 0 100110 11001001 11101 110000

Color Harmonies of #57869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57869F

Black with #57869F

Text Example


Text Example

White with #57869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57869F;
 }
 .AnyTagClassName
 {
   color: #57869F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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