Html Css Color HEX #5887AD Air Force Blue

📋 copy color: '#5887AD'

red 88 ◦ green 135 ◦ blue 173

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

Shades of Air Force Blue #5887AD

Tints of Air Force Blue #5887AD

RGB

 RED value IS 88 (34.77% from 255) = 22.22%

 GREEN value IS 135 (53.13% from 255) = 34.09%

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

R = 22.22%
G = 34.09%
B = 43.69%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5887AD (or 0x5887AD) is known color: Air Force Blue. HEX triplet: 58, 87 and AD. RGB value is (88,135,173). Sum of RGB (Red+Green+Blue) = 88+135+173=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #5887AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5887AD is #A77852. Grayscale: #7D7D7D. Windows color (decimal): -10975315 or 11372376. OLE color: 11372376.

HSL color Cylindrical-coordinate representation of color #5887AD: hue angle of 206.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5887AD is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 135 173 -
CMYK 0.49 0.22 0 0.32
HSL 206.82º 0.34% 0.51% -
HSV(B) 206.82º 0.49% 0.68% -
XYZ 20.23 22.42 42.8 -
YUV 125.28 154.93 101.41 -
System Red Green Blue C M Y K H S L
Decimal 88 135 173 0.49 0.22 0 0.32 206.82 0.34 0.51
Hex 58 87 AD 31 16 0 20 CF 22 33
Octal 130 207 255 61 26 0 40 317 42 63
Binary 1011000 10000111 10101101 110001 10110 0 100000 11001111 100010 110011

Color Harmonies of #5887AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5887AD

Black with #5887AD

Text Example


Text Example

White with #5887AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5887AD; }

 p { color: rgb(88,135,173); }

 H1.HeaderClassName
 {
   color: #5887AD;
 }
 .AnyTagClassName
 {
   color: #5887AD;
 }
</style>

background-color css

<style>
 a { background-color: #5887AD; }

 a { background-color: rgb(88,135,173); }

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

border-color css

<style>
 span { border-color: #5887AD; }

 span { border-color: rgb(88,135,173); }

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