Html Css Color HEX #538AAF Air Force Blue

📋 copy color: '#538AAF'

red 83 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #538AAF

Tints of Air Force Blue #538AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 20.96%
G = 34.85%
B = 44.19%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#538AAF (or 0x538AAF) is known color: Air Force Blue. HEX triplet: 53, 8A and AF. RGB value is (83,138,175). Sum of RGB (Red+Green+Blue) = 83+138+175=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #538AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538AAF is #AC7550. Grayscale: #7D7D7D. Windows color (decimal): -11302225 or 11504211. OLE color: 11504211.

HSL color Cylindrical-coordinate representation of color #538AAF: hue angle of 204.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #538AAF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 138 175 -
CMYK 0.53 0.21 0 0.31
HSL 204.13º 0.37% 0.51% -
HSV(B) 204.13º 0.53% 0.69% -
XYZ 20.39 23.11 43.94 -
YUV 125.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 83 138 175 0.53 0.21 0 0.31 204.13 0.37 0.51
Hex 53 8A AF 35 15 0 1F CC 25 33
Octal 123 212 257 65 25 0 37 314 45 63
Binary 1010011 10001010 10101111 110101 10101 0 11111 11001100 100101 110011

Color Harmonies of #538AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AAF

Black with #538AAF

Text Example


Text Example

White with #538AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,138,175); }

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

background-color css

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

 a { background-color: rgb(83,138,175); }

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

border-color css

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

 span { border-color: rgb(83,138,175); }

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