Html Css Color HEX #5A7DAB Air Force Blue

📋 copy color: '#5A7DAB'

red 90 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #5A7DAB

Tints of Air Force Blue #5A7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 23.32%
G = 32.38%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A7DAB (or 0x5A7DAB) is known color: Air Force Blue. HEX triplet: 5A, 7D and AB. RGB value is (90,125,171). Sum of RGB (Red+Green+Blue) = 90+125+171=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5A7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7DAB is #A58254. Grayscale: #777777. Windows color (decimal): -10846805 or 11238746. OLE color: 11238746.

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

Color convert

RGB 90 125 171 -
CMYK 0.47 0.27 0 0.33
HSL 214.07º 0.33% 0.51% -
HSV(B) 214.07º 0.47% 0.67% -
XYZ 18.9 19.78 41.35 -
YUV 119.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 90 125 171 0.47 0.27 0 0.33 214.07 0.33 0.51
Hex 5A 7D AB 2F 1B 0 21 D6 21 33
Octal 132 175 253 57 33 0 41 326 41 63
Binary 1011010 1111101 10101011 101111 11011 0 100001 11010110 100001 110011

Color Harmonies of #5A7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7DAB

Black with #5A7DAB

Text Example


Text Example

White with #5A7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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