Html Css Color HEX #538BAC Air Force Blue

📋 copy color: '#538BAC'

red 83 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #538BAC

Tints of Air Force Blue #538BAC

RGB

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

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

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

R = 21.07%
G = 35.28%
B = 43.65%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538BAC (or 0x538BAC) is known color: Air Force Blue. HEX triplet: 53, 8B and AC. RGB value is (83,139,172). Sum of RGB (Red+Green+Blue) = 83+139+172=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #538BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BAC is #AC7453. Grayscale: #7D7D7D. Windows color (decimal): -11301972 or 11307859. OLE color: 11307859.

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

Color convert

RGB 83 139 172 -
CMYK 0.52 0.19 0 0.33
HSL 202.25º 0.35% 0.5% -
HSV(B) 202.25º 0.52% 0.67% -
XYZ 20.25 23.28 42.46 -
YUV 126.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 83 139 172 0.52 0.19 0 0.33 202.25 0.35 0.5
Hex 53 8B AC 34 13 0 21 CA 23 32
Octal 123 213 254 64 23 0 41 312 43 62
Binary 1010011 10001011 10101100 110100 10011 0 100001 11001010 100011 110010

Color Harmonies of #538BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BAC

Black with #538BAC

Text Example


Text Example

White with #538BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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