Html Css Color HEX #57829C Air Force Blue

📋 copy color: '#57829C'

red 87 ◦ green 130 ◦ blue 156

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

Shades of Air Force Blue #57829C

Tints of Air Force Blue #57829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 23.32%
G = 34.85%
B = 41.82%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#57829C (or 0x57829C) is known color: Air Force Blue. HEX triplet: 57, 82 and 9C. RGB value is (87,130,156). Sum of RGB (Red+Green+Blue) = 87+130+156=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #57829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57829C is #A87D63. Grayscale: #777777. Windows color (decimal): -11042148 or 10256983. OLE color: 10256983.

HSL color Cylindrical-coordinate representation of color #57829C: hue angle of 202.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57829C is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 130 156 -
CMYK 0.44 0.17 0 0.39
HSL 202.61º 0.28% 0.48% -
HSV(B) 202.61º 0.44% 0.61% -
XYZ 17.91 20.39 34.44 -
YUV 120.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 87 130 156 0.44 0.17 0 0.39 202.61 0.28 0.48
Hex 57 82 9C 2C 11 0 27 CB 1C 30
Octal 127 202 234 54 21 0 47 313 34 60
Binary 1010111 10000010 10011100 101100 10001 0 100111 11001011 11100 110000

Color Harmonies of #57829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57829C

Black with #57829C

Text Example


Text Example

White with #57829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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