Html Css Color HEX #5995AB Air Force Blue

📋 copy color: '#5995AB'

red 89 ◦ green 149 ◦ blue 171

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

Shades of Air Force Blue #5995AB

Tints of Air Force Blue #5995AB

RGB

 RED value IS 89 (35.16% from 255) = 21.76%

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

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

R = 21.76%
G = 36.43%
B = 41.81%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5995AB (or 0x5995AB) is known color: Air Force Blue. HEX triplet: 59, 95 and AB. RGB value is (89,149,171). Sum of RGB (Red+Green+Blue) = 89+149+171=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #5995AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AB is #A66A54. Grayscale: #858585. Windows color (decimal): -10906197 or 11244889. OLE color: 11244889.

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

Color convert

RGB 89 149 171 -
CMYK 0.48 0.13 0 0.33
HSL 196.1º 0.33% 0.51% -
HSV(B) 196.1º 0.48% 0.67% -
XYZ 22.22 26.56 42.48 -
YUV 133.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 89 149 171 0.48 0.13 0 0.33 196.1 0.33 0.51
Hex 59 95 AB 30 D 0 21 C4 21 33
Octal 131 225 253 60 15 0 41 304 41 63
Binary 1011001 10010101 10101011 110000 1101 0 100001 11000100 100001 110011

Color Harmonies of #5995AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995AB

Black with #5995AB

Text Example


Text Example

White with #5995AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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