Html Css Color HEX #538DAB Air Force Blue

📋 copy color: '#538DAB'

red 83 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #538DAB

Tints of Air Force Blue #538DAB

RGB

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

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

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

R = 21.01%
G = 35.7%
B = 43.29%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538DAB (or 0x538DAB) is known color: Air Force Blue. HEX triplet: 53, 8D and AB. RGB value is (83,141,171). Sum of RGB (Red+Green+Blue) = 83+141+171=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #538DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538DAB is #AC7254. Grayscale: #7E7E7E. Windows color (decimal): -11301461 or 11242835. OLE color: 11242835.

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

Color convert

RGB 83 141 171 -
CMYK 0.51 0.18 0 0.33
HSL 200.45º 0.35% 0.5% -
HSV(B) 200.45º 0.51% 0.67% -
XYZ 20.44 23.83 42.05 -
YUV 127.08 152.78 96.56 -
System Red Green Blue C M Y K H S L
Decimal 83 141 171 0.51 0.18 0 0.33 200.45 0.35 0.5
Hex 53 8D AB 33 12 0 21 C8 23 32
Octal 123 215 253 63 22 0 41 310 43 62
Binary 1010011 10001101 10101011 110011 10010 0 100001 11001000 100011 110010

Color Harmonies of #538DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DAB

Black with #538DAB

Text Example


Text Example

White with #538DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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