Html Css Color HEX #5A8DAB Air Force Blue

📋 copy color: '#5A8DAB'

red 90 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #5A8DAB

Tints of Air Force Blue #5A8DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 22.39%
G = 35.07%
B = 42.54%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A8DAB (or 0x5A8DAB) is known color: Air Force Blue. HEX triplet: 5A, 8D and AB. RGB value is (90,141,171). Sum of RGB (Red+Green+Blue) = 90+141+171=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A8DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8DAB is #A57254. Grayscale: #818181. Windows color (decimal): -10842709 or 11242842. OLE color: 11242842.

HSL color Cylindrical-coordinate representation of color #5A8DAB: hue angle of 202.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A8DAB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 141 171 -
CMYK 0.47 0.18 0 0.33
HSL 202.22º 0.33% 0.51% -
HSV(B) 202.22º 0.47% 0.67% -
XYZ 21.09 24.16 42.08 -
YUV 129.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 90 141 171 0.47 0.18 0 0.33 202.22 0.33 0.51
Hex 5A 8D AB 2F 12 0 21 CA 21 33
Octal 132 215 253 57 22 0 41 312 41 63
Binary 1011010 10001101 10101011 101111 10010 0 100001 11001010 100001 110011

Color Harmonies of #5A8DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8DAB

Black with #5A8DAB

Text Example


Text Example

White with #5A8DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,141,171); }

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

background-color css

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

 a { background-color: rgb(90,141,171); }

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

border-color css

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

 span { border-color: rgb(90,141,171); }

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