Html Css Color HEX #538BA4 Air Force Blue

📋 copy color: '#538BA4'

red 83 ◦ green 139 ◦ blue 164

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

Shades of Air Force Blue #538BA4

Tints of Air Force Blue #538BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 21.5%
G = 36.01%
B = 42.49%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#538BA4 (or 0x538BA4) is known color: Air Force Blue. HEX triplet: 53, 8B and A4. RGB value is (83,139,164). Sum of RGB (Red+Green+Blue) = 83+139+164=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #538BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538BA4 is #AC745B. Grayscale: #7C7C7C. Windows color (decimal): -11301980 or 10783571. OLE color: 10783571.

HSL color Cylindrical-coordinate representation of color #538BA4: hue angle of 198.52º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #538BA4 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 139 164 -
CMYK 0.49 0.15 0 0.36
HSL 198.52º 0.33% 0.48% -
HSV(B) 198.52º 0.49% 0.64% -
XYZ 19.5 22.98 38.53 -
YUV 125.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 83 139 164 0.49 0.15 0 0.36 198.52 0.33 0.48
Hex 53 8B A4 31 F 0 24 C7 21 30
Octal 123 213 244 61 17 0 44 307 41 60
Binary 1010011 10001011 10100100 110001 1111 0 100100 11000111 100001 110000

Color Harmonies of #538BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BA4

Black with #538BA4

Text Example


Text Example

White with #538BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,139,164); }

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

background-color css

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

 a { background-color: rgb(83,139,164); }

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

border-color css

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

 span { border-color: rgb(83,139,164); }

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