Html Css Color HEX #5A859D Air Force Blue

📋 copy color: '#5A859D'

red 90 ◦ green 133 ◦ blue 157

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

Shades of Air Force Blue #5A859D

Tints of Air Force Blue #5A859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 23.68%
G = 35%
B = 41.32%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A859D (or 0x5A859D) is known color: Air Force Blue. HEX triplet: 5A, 85 and 9D. RGB value is (90,133,157). Sum of RGB (Red+Green+Blue) = 90+133+157=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A859D is #A57A62. Grayscale: #7A7A7A. Windows color (decimal): -10844771 or 10323290. OLE color: 10323290.

HSL color Cylindrical-coordinate representation of color #5A859D: hue angle of 201.49º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A859D is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 133 157 -
CMYK 0.43 0.15 0 0.38
HSL 201.49º 0.27% 0.48% -
HSV(B) 201.49º 0.43% 0.62% -
XYZ 18.69 21.38 35.04 -
YUV 122.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 90 133 157 0.43 0.15 0 0.38 201.49 0.27 0.48
Hex 5A 85 9D 2B F 0 26 C9 1B 30
Octal 132 205 235 53 17 0 46 311 33 60
Binary 1011010 10000101 10011101 101011 1111 0 100110 11001001 11011 110000

Color Harmonies of #5A859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A859D

Black with #5A859D

Text Example


Text Example

White with #5A859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,133,157); }

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

background-color css

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

 a { background-color: rgb(90,133,157); }

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

border-color css

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

 span { border-color: rgb(90,133,157); }

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