Html Css Color HEX #537C9B Air Force Blue

📋 copy color: '#537C9B'

red 83 ◦ green 124 ◦ blue 155

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

Shades of Air Force Blue #537C9B

Tints of Air Force Blue #537C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.25%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 22.93%
G = 34.25%
B = 42.82%

CMYK

 C value IS 0.46

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#537C9B (or 0x537C9B) is known color: Air Force Blue. HEX triplet: 53, 7C and 9B. RGB value is (83,124,155). Sum of RGB (Red+Green+Blue) = 83+124+155=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #537C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537C9B is #AC8364. Grayscale: #737373. Windows color (decimal): -11305829 or 10189907. OLE color: 10189907.

HSL color Cylindrical-coordinate representation of color #537C9B: hue angle of 205.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #537C9B is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 124 155 -
CMYK 0.46 0.2 0 0.39
HSL 205.83º 0.3% 0.47% -
HSV(B) 205.83º 0.46% 0.61% -
XYZ 16.69 18.62 33.72 -
YUV 115.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 83 124 155 0.46 0.2 0 0.39 205.83 0.3 0.47
Hex 53 7C 9B 2E 14 0 27 CE 1E 2F
Octal 123 174 233 56 24 0 47 316 36 57
Binary 1010011 1111100 10011011 101110 10100 0 100111 11001110 11110 101111

Color Harmonies of #537C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C9B

Black with #537C9B

Text Example


Text Example

White with #537C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C9B; }

 p { color: rgb(83,124,155); }

 H1.HeaderClassName
 {
   color: #537C9B;
 }
 .AnyTagClassName
 {
   color: #537C9B;
 }
</style>

background-color css

<style>
 a { background-color: #537C9B; }

 a { background-color: rgb(83,124,155); }

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

border-color css

<style>
 span { border-color: #537C9B; }

 span { border-color: rgb(83,124,155); }

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