Html Css Color HEX #538EAC Air Force Blue

📋 copy color: '#538EAC'

red 83 ◦ green 142 ◦ blue 172

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

Shades of Air Force Blue #538EAC

Tints of Air Force Blue #538EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 20.91%
G = 35.77%
B = 43.32%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#538EAC (or 0x538EAC) is known color: Air Force Blue. HEX triplet: 53, 8E and AC. RGB value is (83,142,172). Sum of RGB (Red+Green+Blue) = 83+142+172=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #538EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538EAC is #AC7153. Grayscale: #7F7F7F. Windows color (decimal): -11301204 or 11308627. OLE color: 11308627.

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

Color convert

RGB 83 142 172 -
CMYK 0.52 0.17 0 0.33
HSL 200.22º 0.35% 0.5% -
HSV(B) 200.22º 0.52% 0.67% -
XYZ 20.69 24.16 42.6 -
YUV 127.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 83 142 172 0.52 0.17 0 0.33 200.22 0.35 0.5
Hex 53 8E AC 34 11 0 21 C8 23 32
Octal 123 216 254 64 21 0 41 310 43 62
Binary 1010011 10001110 10101100 110100 10001 0 100001 11001000 100011 110010

Color Harmonies of #538EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EAC

Black with #538EAC

Text Example


Text Example

White with #538EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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