Html Css Color HEX #57859F Air Force Blue

📋 copy color: '#57859F'

red 87 ◦ green 133 ◦ blue 159

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

Shades of Air Force Blue #57859F

Tints of Air Force Blue #57859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.09%

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

R = 22.96%
G = 35.09%
B = 41.95%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#57859F (or 0x57859F) is known color: Air Force Blue. HEX triplet: 57, 85 and 9F. RGB value is (87,133,159). Sum of RGB (Red+Green+Blue) = 87+133+159=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #57859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57859F is #A87A60. Grayscale: #7A7A7A. Windows color (decimal): -11041377 or 10454359. OLE color: 10454359.

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

Color convert

RGB 87 133 159 -
CMYK 0.45 0.16 0 0.38
HSL 201.67º 0.29% 0.48% -
HSV(B) 201.67º 0.45% 0.62% -
XYZ 18.58 21.3 35.93 -
YUV 122.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 87 133 159 0.45 0.16 0 0.38 201.67 0.29 0.48
Hex 57 85 9F 2D 10 0 26 CA 1D 30
Octal 127 205 237 55 20 0 46 312 35 60
Binary 1010111 10000101 10011111 101101 10000 0 100110 11001010 11101 110000

Color Harmonies of #57859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57859F

Black with #57859F

Text Example


Text Example

White with #57859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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