Html Css Color HEX #508BAC Air Force Blue

📋 copy color: '#508BAC'

red 80 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #508BAC

Tints of Air Force Blue #508BAC

RGB

 RED value IS 80 (31.64% from 255) = 20.46%

 GREEN value IS 139 (54.69% from 255) = 35.55%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 20.46%
G = 35.55%
B = 43.99%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#508BAC (or 0x508BAC) is known color: Air Force Blue. HEX triplet: 50, 8B and AC. RGB value is (80,139,172). Sum of RGB (Red+Green+Blue) = 80+139+172=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #508BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BAC is #AF7453. Grayscale: #7C7C7C. Windows color (decimal): -11498580 or 11307856. OLE color: 11307856.

HSL color Cylindrical-coordinate representation of color #508BAC: hue angle of 201.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #508BAC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 139 172 -
CMYK 0.53 0.19 0 0.33
HSL 201.52º 0.37% 0.49% -
HSV(B) 201.52º 0.53% 0.67% -
XYZ 19.99 23.15 42.44 -
YUV 125.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 80 139 172 0.53 0.19 0 0.33 201.52 0.37 0.49
Hex 50 8B AC 35 13 0 21 CA 25 31
Octal 120 213 254 65 23 0 41 312 45 61
Binary 1010000 10001011 10101100 110101 10011 0 100001 11001010 100101 110001

Color Harmonies of #508BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BAC

Black with #508BAC

Text Example


Text Example

White with #508BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508BAC; }

 p { color: rgb(80,139,172); }

 H1.HeaderClassName
 {
   color: #508BAC;
 }
 .AnyTagClassName
 {
   color: #508BAC;
 }
</style>

background-color css

<style>
 a { background-color: #508BAC; }

 a { background-color: rgb(80,139,172); }

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

border-color css

<style>
 span { border-color: #508BAC; }

 span { border-color: rgb(80,139,172); }

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