Html Css Color HEX #57819F Air Force Blue

📋 copy color: '#57819F'

red 87 ◦ green 129 ◦ blue 159

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

Shades of Air Force Blue #57819F

Tints of Air Force Blue #57819F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

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

R = 23.2%
G = 34.4%
B = 42.4%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57819F (or 0x57819F) is known color: Air Force Blue. HEX triplet: 57, 81 and 9F. RGB value is (87,129,159). Sum of RGB (Red+Green+Blue) = 87+129+159=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #57819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57819F is #A87E60. Grayscale: #777777. Windows color (decimal): -11042401 or 10453335. OLE color: 10453335.

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

Color convert

RGB 87 129 159 -
CMYK 0.45 0.19 0 0.38
HSL 205º 0.29% 0.48% -
HSV(B) 205º 0.45% 0.62% -
XYZ 18.04 20.23 35.75 -
YUV 119.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 87 129 159 0.45 0.19 0 0.38 205 0.29 0.48
Hex 57 81 9F 2D 13 0 26 CD 1D 30
Octal 127 201 237 55 23 0 46 315 35 60
Binary 1010111 10000001 10011111 101101 10011 0 100110 11001101 11101 110000

Color Harmonies of #57819F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57819F

Black with #57819F

Text Example


Text Example

White with #57819F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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