Html Css Color HEX #57819E Air Force Blue

📋 copy color: '#57819E'

red 87 ◦ green 129 ◦ blue 158

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

Shades of Air Force Blue #57819E

Tints of Air Force Blue #57819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.25%

R = 23.26%
G = 34.49%
B = 42.25%

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

#57819E (or 0x57819E) is known color: Air Force Blue. HEX triplet: 57, 81 and 9E. RGB value is (87,129,158). Sum of RGB (Red+Green+Blue) = 87+129+158=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #57819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57819E is #A87E61. Grayscale: #777777. Windows color (decimal): -11042402 or 10387799. OLE color: 10387799.

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

Color convert

RGB 87 129 158 -
CMYK 0.45 0.18 0 0.38
HSL 204.51º 0.29% 0.48% -
HSV(B) 204.51º 0.45% 0.62% -
XYZ 17.95 20.2 35.3 -
YUV 119.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 87 129 158 0.45 0.18 0 0.38 204.51 0.29 0.48
Hex 57 81 9E 2D 12 0 26 CD 1D 30
Octal 127 201 236 55 22 0 46 315 35 60
Binary 1010111 10000001 10011110 101101 10010 0 100110 11001101 11101 110000

Color Harmonies of #57819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57819E

Black with #57819E

Text Example


Text Example

White with #57819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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