#5B90A4

Color #5B90A4 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5B90A4

Tints of Air Force Blue #5B90A4

Color information

#5B90A4 (or 0x5B90A4) is unknown color: approx Air Force Blue. HEX triplet: 5B, 90 and A4. RGB value is (91,144,164). Sum of RGB (Red+Green+Blue) = 91+144+164=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #5B90A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B90A4 is #A46F5B. Grayscale: #828282. Windows color (decimal): -10776412 or 10784859. OLE color: 10784859.

HSL color Cylindrical-coordinate representation of color #5B90A4: hue angle of 196.44º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B90A4 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB91144164-
CMYK0.450.1200.36
HSL196.44º28.63%50%-
HSV(B)196.44º44.51%64.31%-
XYZ20.9924.8538.81-
YUV130.43146.9499.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 164 (64.45% from 255) = 41.10%
R=22.81%
G=36.09%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911441640.450.1200.36196.4428.6350
Hex5B90A42DC024c41d32
Octal13322024455140443043562
Binary10110111001000010100100101101110001001001100010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B90A4; }

 p { color: rgb(91,144,164); }

 H1.HeaderClassName
 {
   color: #5B90A4;
 }
 .AnyTagClassName
 {
   color: #5B90A4;
 }
</style>
background-color css

<style>
 a { background-color: #5B90A4; }

 a { background-color: rgb(91,144,164); }

 div.DivClassName
 {
   background-color: #5B90A4;
 }
 .BgClassName
 {
   background-color: #5B90A4;
 }
</style>
border-color css

<style>
 span { border-color: #5B90A4; }

 span { border-color: rgb(91,144,164); }

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