Html Css Color HEX #5A7EA5 Air Force Blue

📋 copy color: '#5A7EA5'

red 90 ◦ green 126 ◦ blue 165

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

Shades of Air Force Blue #5A7EA5

Tints of Air Force Blue #5A7EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 23.62%
G = 33.07%
B = 43.31%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5A7EA5 (or 0x5A7EA5) is known color: Air Force Blue. HEX triplet: 5A, 7E and A5. RGB value is (90,126,165). Sum of RGB (Red+Green+Blue) = 90+126+165=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 165 - color contains mainly: blue. Hex color #5A7EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7EA5 is #A5815A. Grayscale: #777777. Windows color (decimal): -10846555 or 10845786. OLE color: 10845786.

HSL color Cylindrical-coordinate representation of color #5A7EA5: hue angle of 211.2º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A7EA5 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 126 165 -
CMYK 0.45 0.24 0 0.35
HSL 211.2º 0.29% 0.5% -
HSV(B) 211.2º 0.45% 0.65% -
XYZ 18.47 19.81 38.45 -
YUV 119.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 90 126 165 0.45 0.24 0 0.35 211.2 0.29 0.5
Hex 5A 7E A5 2D 18 0 23 D3 1D 32
Octal 132 176 245 55 30 0 43 323 35 62
Binary 1011010 1111110 10100101 101101 11000 0 100011 11010011 11101 110010

Color Harmonies of #5A7EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7EA5

Black with #5A7EA5

Text Example


Text Example

White with #5A7EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,165); }

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

background-color css

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

 a { background-color: rgb(90,126,165); }

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

border-color css

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

 span { border-color: rgb(90,126,165); }

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