Html Css Color HEX #5A889D Air Force Blue

📋 copy color: '#5A889D'

red 90 ◦ green 136 ◦ blue 157

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

Shades of Air Force Blue #5A889D

Tints of Air Force Blue #5A889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

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

R = 23.5%
G = 35.51%
B = 40.99%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A889D (or 0x5A889D) is known color: Air Force Blue. HEX triplet: 5A, 88 and 9D. RGB value is (90,136,157). Sum of RGB (Red+Green+Blue) = 90+136+157=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A889D is #A57762. Grayscale: #7C7C7C. Windows color (decimal): -10844003 or 10324058. OLE color: 10324058.

HSL color Cylindrical-coordinate representation of color #5A889D: hue angle of 198.81º 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 #5A889D is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 136 157 -
CMYK 0.43 0.13 0 0.38
HSL 198.81º 0.27% 0.48% -
HSV(B) 198.81º 0.43% 0.62% -
XYZ 19.11 22.22 35.18 -
YUV 124.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 90 136 157 0.43 0.13 0 0.38 198.81 0.27 0.48
Hex 5A 88 9D 2B D 0 26 C7 1B 30
Octal 132 210 235 53 15 0 46 307 33 60
Binary 1011010 10001000 10011101 101011 1101 0 100110 11000111 11011 110000

Color Harmonies of #5A889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A889D

Black with #5A889D

Text Example


Text Example

White with #5A889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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