Html Css Color HEX #5589AF Air Force Blue

📋 copy color: '#5589AF'

red 85 ◦ green 137 ◦ blue 175

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

Shades of Air Force Blue #5589AF

Tints of Air Force Blue #5589AF

RGB

 RED value IS 85 (33.59% from 255) = 21.41%

 GREEN value IS 137 (53.91% from 255) = 34.51%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 21.41%
G = 34.51%
B = 44.08%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5589AF (or 0x5589AF) is known color: Air Force Blue. HEX triplet: 55, 89 and AF. RGB value is (85,137,175). Sum of RGB (Red+Green+Blue) = 85+137+175=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #5589AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5589AF is #AA7650. Grayscale: #7D7D7D. Windows color (decimal): -11171409 or 11503957. OLE color: 11503957.

HSL color Cylindrical-coordinate representation of color #5589AF: hue angle of 205.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5589AF is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 137 175 -
CMYK 0.51 0.22 0 0.31
HSL 205.33º 0.36% 0.51% -
HSV(B) 205.33º 0.51% 0.69% -
XYZ 20.43 22.92 43.9 -
YUV 125.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 85 137 175 0.51 0.22 0 0.31 205.33 0.36 0.51
Hex 55 89 AF 33 16 0 1F CD 24 33
Octal 125 211 257 63 26 0 37 315 44 63
Binary 1010101 10001001 10101111 110011 10110 0 11111 11001101 100100 110011

Color Harmonies of #5589AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5589AF

Black with #5589AF

Text Example


Text Example

White with #5589AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5589AF; }

 p { color: rgb(85,137,175); }

 H1.HeaderClassName
 {
   color: #5589AF;
 }
 .AnyTagClassName
 {
   color: #5589AF;
 }
</style>

background-color css

<style>
 a { background-color: #5589AF; }

 a { background-color: rgb(85,137,175); }

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

border-color css

<style>
 span { border-color: #5589AF; }

 span { border-color: rgb(85,137,175); }

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