Html Css Color HEX #538BAB Air Force Blue

📋 copy color: '#538BAB'

red 83 ◦ green 139 ◦ blue 171

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

Shades of Air Force Blue #538BAB

Tints of Air Force Blue #538BAB

RGB

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

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

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

R = 21.12%
G = 35.37%
B = 43.51%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538BAB (or 0x538BAB) is known color: Air Force Blue. HEX triplet: 53, 8B and AB. RGB value is (83,139,171). Sum of RGB (Red+Green+Blue) = 83+139+171=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #538BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BAB is #AC7454. Grayscale: #7D7D7D. Windows color (decimal): -11301973 or 11242323. OLE color: 11242323.

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

Color convert

RGB 83 139 171 -
CMYK 0.51 0.19 0 0.33
HSL 201.82º 0.35% 0.5% -
HSV(B) 201.82º 0.51% 0.67% -
XYZ 20.15 23.24 41.95 -
YUV 125.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 83 139 171 0.51 0.19 0 0.33 201.82 0.35 0.5
Hex 53 8B AB 33 13 0 21 CA 23 32
Octal 123 213 253 63 23 0 41 312 43 62
Binary 1010011 10001011 10101011 110011 10011 0 100001 11001010 100011 110010

Color Harmonies of #538BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BAB

Black with #538BAB

Text Example


Text Example

White with #538BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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