Html Css Color HEX #508BAB Air Force Blue

📋 copy color: '#508BAB'

red 80 ◦ green 139 ◦ blue 171

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

Shades of Air Force Blue #508BAB

Tints of Air Force Blue #508BAB

RGB

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

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

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

R = 20.51%
G = 35.64%
B = 43.85%

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

#508BAB (or 0x508BAB) is known color: Air Force Blue. HEX triplet: 50, 8B and AB. RGB value is (80,139,171). Sum of RGB (Red+Green+Blue) = 80+139+171=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #508BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508BAB is #AF7454. Grayscale: #7C7C7C. Windows color (decimal): -11498581 or 11242320. OLE color: 11242320.

HSL color Cylindrical-coordinate representation of color #508BAB: hue angle of 201.1º degrees, saturation: 0.36, 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 #508BAB is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 139 171 -
CMYK 0.53 0.19 0 0.33
HSL 201.1º 0.36% 0.49% -
HSV(B) 201.1º 0.53% 0.67% -
XYZ 19.89 23.11 41.94 -
YUV 125.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 80 139 171 0.53 0.19 0 0.33 201.1 0.36 0.49
Hex 50 8B AB 35 13 0 21 C9 24 31
Octal 120 213 253 65 23 0 41 311 44 61
Binary 1010000 10001011 10101011 110101 10011 0 100001 11001001 100100 110001

Color Harmonies of #508BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508BAB

Black with #508BAB

Text Example


Text Example

White with #508BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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