Html Css Color HEX #5A8CAB Air Force Blue

📋 copy color: '#5A8CAB'

red 90 ◦ green 140 ◦ blue 171

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

Shades of Air Force Blue #5A8CAB

Tints of Air Force Blue #5A8CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.91%

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

R = 22.44%
G = 34.91%
B = 42.64%

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

#5A8CAB (or 0x5A8CAB) is known color: Air Force Blue. HEX triplet: 5A, 8C and AB. RGB value is (90,140,171). Sum of RGB (Red+Green+Blue) = 90+140+171=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A8CAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8CAB is #A57354. Grayscale: #808080. Windows color (decimal): -10842965 or 11242586. OLE color: 11242586.

HSL color Cylindrical-coordinate representation of color #5A8CAB: hue angle of 202.96º 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 #5A8CAB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 140 171 -
CMYK 0.47 0.18 0 0.33
HSL 202.96º 0.33% 0.51% -
HSV(B) 202.96º 0.47% 0.67% -
XYZ 20.95 23.87 42.03 -
YUV 128.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 90 140 171 0.47 0.18 0 0.33 202.96 0.33 0.51
Hex 5A 8C AB 2F 12 0 21 CB 21 33
Octal 132 214 253 57 22 0 41 313 41 63
Binary 1011010 10001100 10101011 101111 10010 0 100001 11001011 100001 110011

Color Harmonies of #5A8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8CAB

Black with #5A8CAB

Text Example


Text Example

White with #5A8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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