Html Css Color HEX #5A7FAC Air Force Blue

📋 copy color: '#5A7FAC'

red 90 ◦ green 127 ◦ blue 172

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

Shades of Air Force Blue #5A7FAC

Tints of Air Force Blue #5A7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 23.14%
G = 32.65%
B = 44.22%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A7FAC (or 0x5A7FAC) is known color: Air Force Blue. HEX triplet: 5A, 7F and AC. RGB value is (90,127,172). Sum of RGB (Red+Green+Blue) = 90+127+172=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7FAC is #A58053. Grayscale: #787878. Windows color (decimal): -10846292 or 11304794. OLE color: 11304794.

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

Color convert

RGB 90 127 172 -
CMYK 0.48 0.26 0 0.33
HSL 212.93º 0.33% 0.51% -
HSV(B) 212.93º 0.48% 0.67% -
XYZ 19.25 20.33 41.94 -
YUV 121.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 90 127 172 0.48 0.26 0 0.33 212.93 0.33 0.51
Hex 5A 7F AC 30 1A 0 21 D5 21 33
Octal 132 177 254 60 32 0 41 325 41 63
Binary 1011010 1111111 10101100 110000 11010 0 100001 11010101 100001 110011

Color Harmonies of #5A7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7FAC

Black with #5A7FAC

Text Example


Text Example

White with #5A7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,127,172); }

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

background-color css

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

 a { background-color: rgb(90,127,172); }

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

border-color css

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

 span { border-color: rgb(90,127,172); }

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