Html Css Color HEX #5F84AB Air Force Blue

📋 copy color: '#5F84AB'

red 95 ◦ green 132 ◦ blue 171

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

Shades of Air Force Blue #5F84AB

Tints of Air Force Blue #5F84AB

RGB

 RED value IS 95 (37.5% from 255) = 23.87%

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 23.87%
G = 33.17%
B = 42.96%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F84AB (or 0x5F84AB) is known color: Air Force Blue. HEX triplet: 5F, 84 and AB. RGB value is (95,132,171). Sum of RGB (Red+Green+Blue) = 95+132+171=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F84AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F84AB is #A07B54. Grayscale: #7D7D7D. Windows color (decimal): -10517333 or 11240543. OLE color: 11240543.

HSL color Cylindrical-coordinate representation of color #5F84AB: hue angle of 210.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F84AB is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 132 171 -
CMYK 0.44 0.23 0 0.33
HSL 210.79º 0.31% 0.52% -
HSV(B) 210.79º 0.44% 0.67% -
XYZ 20.32 21.88 41.68 -
YUV 125.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 95 132 171 0.44 0.23 0 0.33 210.79 0.31 0.52
Hex 5F 84 AB 2C 17 0 21 D3 1F 34
Octal 137 204 253 54 27 0 41 323 37 64
Binary 1011111 10000100 10101011 101100 10111 0 100001 11010011 11111 110100

Color Harmonies of #5F84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F84AB

Black with #5F84AB

Text Example


Text Example

White with #5F84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,132,171); }

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

background-color css

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

 a { background-color: rgb(95,132,171); }

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

border-color css

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

 span { border-color: rgb(95,132,171); }

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