Html Css Color HEX #5B85AB Air Force Blue

📋 copy color: '#5B85AB'

red 91 ◦ green 133 ◦ blue 171

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

Shades of Air Force Blue #5B85AB

Tints of Air Force Blue #5B85AB

RGB

 RED value IS 91 (35.94% from 255) = 23.04%

 GREEN value IS 133 (52.34% from 255) = 33.67%

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

R = 23.04%
G = 33.67%
B = 43.29%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B85AB (or 0x5B85AB) is known color: Air Force Blue. HEX triplet: 5B, 85 and AB. RGB value is (91,133,171). Sum of RGB (Red+Green+Blue) = 91+133+171=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B85AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B85AB is #A47A54. Grayscale: #7C7C7C. Windows color (decimal): -10779221 or 11240795. OLE color: 11240795.

HSL color Cylindrical-coordinate representation of color #5B85AB: hue angle of 208.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B85AB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 133 171 -
CMYK 0.47 0.22 0 0.33
HSL 208.5º 0.32% 0.51% -
HSV(B) 208.5º 0.47% 0.67% -
XYZ 20.05 21.94 41.71 -
YUV 124.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 91 133 171 0.47 0.22 0 0.33 208.5 0.32 0.51
Hex 5B 85 AB 2F 16 0 21 D0 20 33
Octal 133 205 253 57 26 0 41 320 40 63
Binary 1011011 10000101 10101011 101111 10110 0 100001 11010000 100000 110011

Color Harmonies of #5B85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B85AB

Black with #5B85AB

Text Example


Text Example

White with #5B85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,133,171); }

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

background-color css

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

 a { background-color: rgb(91,133,171); }

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

border-color css

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

 span { border-color: rgb(91,133,171); }

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