Html Css Color HEX #5A849B Air Force Blue

📋 copy color: '#5A849B'

red 90 ◦ green 132 ◦ blue 155

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

Shades of Air Force Blue #5A849B

Tints of Air Force Blue #5A849B

RGB

 RED value IS 90 (35.55% from 255) = 23.87%

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 23.87%
G = 35.01%
B = 41.11%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A849B (or 0x5A849B) is known color: Air Force Blue. HEX triplet: 5A, 84 and 9B. RGB value is (90,132,155). Sum of RGB (Red+Green+Blue) = 90+132+155=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A849B is #A57B64. Grayscale: #797979. Windows color (decimal): -10845029 or 10191962. OLE color: 10191962.

HSL color Cylindrical-coordinate representation of color #5A849B: hue angle of 201.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A849B is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 132 155 -
CMYK 0.42 0.15 0 0.39
HSL 201.23º 0.27% 0.48% -
HSV(B) 201.23º 0.42% 0.61% -
XYZ 18.38 21.04 34.1 -
YUV 122.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 90 132 155 0.42 0.15 0 0.39 201.23 0.27 0.48
Hex 5A 84 9B 2A F 0 27 C9 1B 30
Octal 132 204 233 52 17 0 47 311 33 60
Binary 1011010 10000100 10011011 101010 1111 0 100111 11001001 11011 110000

Color Harmonies of #5A849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A849B

Black with #5A849B

Text Example


Text Example

White with #5A849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,155); }

 H1.HeaderClassName
 {
   color: #5A849B;
 }
 .AnyTagClassName
 {
   color: #5A849B;
 }
</style>

background-color css

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

 a { background-color: rgb(90,132,155); }

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

border-color css

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

 span { border-color: rgb(90,132,155); }

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