Html Css Color HEX #57829A Air Force Blue

📋 copy color: '#57829A'

red 87 ◦ green 130 ◦ blue 154

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

Shades of Air Force Blue #57829A

Tints of Air Force Blue #57829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 23.45%
G = 35.04%
B = 41.51%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#57829A (or 0x57829A) is known color: Air Force Blue. HEX triplet: 57, 82 and 9A. RGB value is (87,130,154). Sum of RGB (Red+Green+Blue) = 87+130+154=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #57829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57829A is #A87D65. Grayscale: #777777. Windows color (decimal): -11042150 or 10125911. OLE color: 10125911.

HSL color Cylindrical-coordinate representation of color #57829A: hue angle of 201.49º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57829A is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 130 154 -
CMYK 0.44 0.16 0 0.40
HSL 201.49º 0.28% 0.47% -
HSV(B) 201.49º 0.44% 0.6% -
XYZ 17.75 20.32 33.56 -
YUV 119.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 87 130 154 0.44 0.16 0 0.40 201.49 0.28 0.47
Hex 57 82 9A 2C 10 0 28 C9 1C 2F
Octal 127 202 232 54 20 0 50 311 34 57
Binary 1010111 10000010 10011010 101100 10000 0 101000 11001001 11100 101111

Color Harmonies of #57829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57829A

Black with #57829A

Text Example


Text Example

White with #57829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57829A; }

 p { color: rgb(87,130,154); }

 H1.HeaderClassName
 {
   color: #57829A;
 }
 .AnyTagClassName
 {
   color: #57829A;
 }
</style>

background-color css

<style>
 a { background-color: #57829A; }

 a { background-color: rgb(87,130,154); }

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

border-color css

<style>
 span { border-color: #57829A; }

 span { border-color: rgb(87,130,154); }

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