Html Css Color HEX #538DAC Air Force Blue

📋 copy color: '#538DAC'

red 83 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #538DAC

Tints of Air Force Blue #538DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 20.96%
G = 35.61%
B = 43.43%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538DAC (or 0x538DAC) is known color: Air Force Blue. HEX triplet: 53, 8D and AC. RGB value is (83,141,172). Sum of RGB (Red+Green+Blue) = 83+141+172=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #538DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538DAC is #AC7253. Grayscale: #7F7F7F. Windows color (decimal): -11301460 or 11308371. OLE color: 11308371.

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

Color convert

RGB 83 141 172 -
CMYK 0.52 0.18 0 0.33
HSL 200.9º 0.35% 0.5% -
HSV(B) 200.9º 0.52% 0.67% -
XYZ 20.54 23.87 42.55 -
YUV 127.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 83 141 172 0.52 0.18 0 0.33 200.9 0.35 0.5
Hex 53 8D AC 34 12 0 21 C9 23 32
Octal 123 215 254 64 22 0 41 311 43 62
Binary 1010011 10001101 10101100 110100 10010 0 100001 11001001 100011 110010

Color Harmonies of #538DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DAC

Black with #538DAC

Text Example


Text Example

White with #538DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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