Html Css Color HEX #538FB5 Air Force Blue

📋 copy color: '#538FB5'

red 83 ◦ green 143 ◦ blue 181

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

Shades of Air Force Blue #538FB5

Tints of Air Force Blue #538FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 20.39%
G = 35.14%
B = 44.47%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#538FB5 (or 0x538FB5) is known color: Air Force Blue. HEX triplet: 53, 8F and B5. RGB value is (83,143,181). Sum of RGB (Red+Green+Blue) = 83+143+181=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #538FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FB5 is #AC704A. Grayscale: #818181. Windows color (decimal): -11300939 or 11898707. OLE color: 11898707.

HSL color Cylindrical-coordinate representation of color #538FB5: hue angle of 203.27º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #538FB5 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 143 181 -
CMYK 0.54 0.21 0 0.29
HSL 203.27º 0.4% 0.52% -
HSV(B) 203.27º 0.54% 0.71% -
XYZ 21.73 24.82 47.36 -
YUV 129.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 83 143 181 0.54 0.21 0 0.29 203.27 0.4 0.52
Hex 53 8F B5 36 15 0 1D CB 28 34
Octal 123 217 265 66 25 0 35 313 50 64
Binary 1010011 10001111 10110101 110110 10101 0 11101 11001011 101000 110100

Color Harmonies of #538FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FB5

Black with #538FB5

Text Example


Text Example

White with #538FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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