Html Css Color HEX #5D89AD Air Force Blue

📋 copy color: '#5D89AD'

red 93 ◦ green 137 ◦ blue 173

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

Shades of Air Force Blue #5D89AD

Tints of Air Force Blue #5D89AD

RGB

 RED value IS 93 (36.72% from 255) = 23.08%

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

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 23.08%
G = 34%
B = 42.93%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D89AD (or 0x5D89AD) is known color: Air Force Blue. HEX triplet: 5D, 89 and AD. RGB value is (93,137,173). Sum of RGB (Red+Green+Blue) = 93+137+173=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D89AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D89AD is #A27652. Grayscale: #7F7F7F. Windows color (decimal): -10647123 or 11372893. OLE color: 11372893.

HSL color Cylindrical-coordinate representation of color #5D89AD: hue angle of 207º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D89AD is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 137 173 -
CMYK 0.46 0.21 0 0.32
HSL 207º 0.33% 0.52% -
HSV(B) 207º 0.46% 0.68% -
XYZ 21 23.24 42.91 -
YUV 127.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 93 137 173 0.46 0.21 0 0.32 207 0.33 0.52
Hex 5D 89 AD 2E 15 0 20 CF 21 34
Octal 135 211 255 56 25 0 40 317 41 64
Binary 1011101 10001001 10101101 101110 10101 0 100000 11001111 100001 110100

Color Harmonies of #5D89AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D89AD

Black with #5D89AD

Text Example


Text Example

White with #5D89AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,137,173); }

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

background-color css

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

 a { background-color: rgb(93,137,173); }

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

border-color css

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

 span { border-color: rgb(93,137,173); }

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