Html Css Color HEX #5A7BAB Air Force Blue

📋 copy color: '#5A7BAB'

red 90 ◦ green 123 ◦ blue 171

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

Shades of Air Force Blue #5A7BAB

Tints of Air Force Blue #5A7BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 23.44%
G = 32.03%
B = 44.53%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A7BAB (or 0x5A7BAB) is known color: Air Force Blue. HEX triplet: 5A, 7B and AB. RGB value is (90,123,171). Sum of RGB (Red+Green+Blue) = 90+123+171=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7BAB is #A58454. Grayscale: #767676. Windows color (decimal): -10847317 or 11238234. OLE color: 11238234.

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

Color convert

RGB 90 123 171 -
CMYK 0.47 0.28 0 0.33
HSL 215.56º 0.33% 0.51% -
HSV(B) 215.56º 0.47% 0.67% -
XYZ 18.65 19.28 41.27 -
YUV 118.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 90 123 171 0.47 0.28 0 0.33 215.56 0.33 0.51
Hex 5A 7B AB 2F 1C 0 21 D8 21 33
Octal 132 173 253 57 34 0 41 330 41 63
Binary 1011010 1111011 10101011 101111 11100 0 100001 11011000 100001 110011

Color Harmonies of #5A7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BAB

Black with #5A7BAB

Text Example


Text Example

White with #5A7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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