Html Css Color HEX #5595AB Air Force Blue

📋 copy color: '#5595AB'

red 85 ◦ green 149 ◦ blue 171

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

Shades of Air Force Blue #5595AB

Tints of Air Force Blue #5595AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 20.99%
G = 36.79%
B = 42.22%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5595AB (or 0x5595AB) is known color: Air Force Blue. HEX triplet: 55, 95 and AB. RGB value is (85,149,171). Sum of RGB (Red+Green+Blue) = 85+149+171=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #5595AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5595AB is #AA6A54. Grayscale: #848484. Windows color (decimal): -11168341 or 11244885. OLE color: 11244885.

HSL color Cylindrical-coordinate representation of color #5595AB: hue angle of 195.35º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5595AB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 149 171 -
CMYK 0.50 0.13 0 0.33
HSL 195.35º 0.34% 0.5% -
HSV(B) 195.35º 0.5% 0.67% -
XYZ 21.84 26.37 42.47 -
YUV 132.37 149.8 94.21 -
System Red Green Blue C M Y K H S L
Decimal 85 149 171 0.50 0.13 0 0.33 195.35 0.34 0.5
Hex 55 95 AB 32 D 0 21 C3 22 32
Octal 125 225 253 62 15 0 41 303 42 62
Binary 1010101 10010101 10101011 110010 1101 0 100001 11000011 100010 110010

Color Harmonies of #5595AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5595AB

Black with #5595AB

Text Example


Text Example

White with #5595AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5595AB; }

 p { color: rgb(85,149,171); }

 H1.HeaderClassName
 {
   color: #5595AB;
 }
 .AnyTagClassName
 {
   color: #5595AB;
 }
</style>

background-color css

<style>
 a { background-color: #5595AB; }

 a { background-color: rgb(85,149,171); }

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

border-color css

<style>
 span { border-color: #5595AB; }

 span { border-color: rgb(85,149,171); }

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