Html Css Color HEX #5387AB Air Force Blue

📋 copy color: '#5387AB'

red 83 ◦ green 135 ◦ blue 171

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

Shades of Air Force Blue #5387AB

Tints of Air Force Blue #5387AB

RGB

 RED value IS 83 (32.81% from 255) = 21.34%

 GREEN value IS 135 (53.13% from 255) = 34.7%

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

R = 21.34%
G = 34.7%
B = 43.96%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5387AB (or 0x5387AB) is known color: Air Force Blue. HEX triplet: 53, 87 and AB. RGB value is (83,135,171). Sum of RGB (Red+Green+Blue) = 83+135+171=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #5387AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5387AB is #AC7854. Grayscale: #7B7B7B. Windows color (decimal): -11302997 or 11241299. OLE color: 11241299.

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

Color convert

RGB 83 135 171 -
CMYK 0.51 0.21 0 0.33
HSL 204.55º 0.35% 0.5% -
HSV(B) 204.55º 0.51% 0.67% -
XYZ 19.58 22.11 41.76 -
YUV 123.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 83 135 171 0.51 0.21 0 0.33 204.55 0.35 0.5
Hex 53 87 AB 33 15 0 21 CD 23 32
Octal 123 207 253 63 25 0 41 315 43 62
Binary 1010011 10000111 10101011 110011 10101 0 100001 11001101 100011 110010

Color Harmonies of #5387AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5387AB

Black with #5387AB

Text Example


Text Example

White with #5387AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,135,171); }

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

background-color css

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

 a { background-color: rgb(83,135,171); }

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

border-color css

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

 span { border-color: rgb(83,135,171); }

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