Html Css Color HEX #538FAE Air Force Blue

📋 copy color: '#538FAE'

red 83 ◦ green 143 ◦ blue 174

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

Shades of Air Force Blue #538FAE

Tints of Air Force Blue #538FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 20.75%
G = 35.75%
B = 43.5%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#538FAE (or 0x538FAE) is known color: Air Force Blue. HEX triplet: 53, 8F and AE. RGB value is (83,143,174). Sum of RGB (Red+Green+Blue) = 83+143+174=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #538FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538FAE is #AC7051. Grayscale: #808080. Windows color (decimal): -11300946 or 11439955. OLE color: 11439955.

HSL color Cylindrical-coordinate representation of color #538FAE: hue angle of 200.44º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #538FAE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 143 174 -
CMYK 0.52 0.18 0 0.32
HSL 200.44º 0.36% 0.5% -
HSV(B) 200.44º 0.52% 0.68% -
XYZ 21.03 24.54 43.67 -
YUV 128.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 83 143 174 0.52 0.18 0 0.32 200.44 0.36 0.5
Hex 53 8F AE 34 12 0 20 C8 24 32
Octal 123 217 256 64 22 0 40 310 44 62
Binary 1010011 10001111 10101110 110100 10010 0 100000 11001000 100100 110010

Color Harmonies of #538FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FAE

Black with #538FAE

Text Example


Text Example

White with #538FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,174); }

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

background-color css

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

 a { background-color: rgb(83,143,174); }

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

border-color css

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

 span { border-color: rgb(83,143,174); }

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