Html Css Color HEX #538AAA Air Force Blue

📋 copy color: '#538AAA'

red 83 ◦ green 138 ◦ blue 170

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

Shades of Air Force Blue #538AAA

Tints of Air Force Blue #538AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 21.23%
G = 35.29%
B = 43.48%

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

#538AAA (or 0x538AAA) is known color: Air Force Blue. HEX triplet: 53, 8A and AA. RGB value is (83,138,170). Sum of RGB (Red+Green+Blue) = 83+138+170=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #538AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538AAA is #AC7555. Grayscale: #7D7D7D. Windows color (decimal): -11302230 or 11176531. OLE color: 11176531.

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

Color convert

RGB 83 138 170 -
CMYK 0.51 0.19 0 0.33
HSL 202.07º 0.34% 0.5% -
HSV(B) 202.07º 0.51% 0.67% -
XYZ 19.91 22.92 41.4 -
YUV 125.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 83 138 170 0.51 0.19 0 0.33 202.07 0.34 0.5
Hex 53 8A AA 33 13 0 21 CA 22 32
Octal 123 212 252 63 23 0 41 312 42 62
Binary 1010011 10001010 10101010 110011 10011 0 100001 11001010 100010 110010

Color Harmonies of #538AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538AAA

Black with #538AAA

Text Example


Text Example

White with #538AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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