Html Css Color HEX #57839F Air Force Blue

📋 copy color: '#57839F'

red 87 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #57839F

Tints of Air Force Blue #57839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 23.08%
G = 34.75%
B = 42.18%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57839F (or 0x57839F) is known color: Air Force Blue. HEX triplet: 57, 83 and 9F. RGB value is (87,131,159). Sum of RGB (Red+Green+Blue) = 87+131+159=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #57839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57839F is #A87C60. Grayscale: #787878. Windows color (decimal): -11041889 or 10453847. OLE color: 10453847.

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

Color convert

RGB 87 131 159 -
CMYK 0.45 0.18 0 0.38
HSL 203.33º 0.29% 0.48% -
HSV(B) 203.33º 0.45% 0.62% -
XYZ 18.3 20.76 35.84 -
YUV 121.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 87 131 159 0.45 0.18 0 0.38 203.33 0.29 0.48
Hex 57 83 9F 2D 12 0 26 CB 1D 30
Octal 127 203 237 55 22 0 46 313 35 60
Binary 1010111 10000011 10011111 101101 10010 0 100110 11001011 11101 110000

Color Harmonies of #57839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57839F

Black with #57839F

Text Example


Text Example

White with #57839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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