Html Css Color HEX #5785AB Air Force Blue

📋 copy color: '#5785AB'

red 87 ◦ green 133 ◦ blue 171

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

Shades of Air Force Blue #5785AB

Tints of Air Force Blue #5785AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 22.25%
G = 34.02%
B = 43.73%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5785AB (or 0x5785AB) is known color: Air Force Blue. HEX triplet: 57, 85 and AB. RGB value is (87,133,171). Sum of RGB (Red+Green+Blue) = 87+133+171=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #5785AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5785AB is #A87A54. Grayscale: #7B7B7B. Windows color (decimal): -11041365 or 11240791. OLE color: 11240791.

HSL color Cylindrical-coordinate representation of color #5785AB: hue angle of 207.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5785AB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 133 171 -
CMYK 0.49 0.22 0 0.33
HSL 207.14º 0.33% 0.51% -
HSV(B) 207.14º 0.49% 0.67% -
XYZ 19.67 21.74 41.69 -
YUV 123.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 87 133 171 0.49 0.22 0 0.33 207.14 0.33 0.51
Hex 57 85 AB 31 16 0 21 CF 21 33
Octal 127 205 253 61 26 0 41 317 41 63
Binary 1010111 10000101 10101011 110001 10110 0 100001 11001111 100001 110011

Color Harmonies of #5785AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5785AB

Black with #5785AB

Text Example


Text Example

White with #5785AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5785AB; }

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

 H1.HeaderClassName
 {
   color: #5785AB;
 }
 .AnyTagClassName
 {
   color: #5785AB;
 }
</style>

background-color css

<style>
 a { background-color: #5785AB; }

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

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

border-color css

<style>
 span { border-color: #5785AB; }

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

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