Html Css Color HEX #5F8CAC Air Force Blue

📋 copy color: '#5F8CAC'

red 95 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #5F8CAC

Tints of Air Force Blue #5F8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 23.34%
G = 34.4%
B = 42.26%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F8CAC (or 0x5F8CAC) is known color: Air Force Blue. HEX triplet: 5F, 8C and AC. RGB value is (95,140,172). Sum of RGB (Red+Green+Blue) = 95+140+172=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8CAC is #A07353. Grayscale: #828282. Windows color (decimal): -10515284 or 11308127. OLE color: 11308127.

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

Color convert

RGB 95 140 172 -
CMYK 0.45 0.19 0 0.33
HSL 204.94º 0.32% 0.52% -
HSV(B) 204.94º 0.45% 0.67% -
XYZ 21.54 24.17 42.56 -
YUV 130.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 95 140 172 0.45 0.19 0 0.33 204.94 0.32 0.52
Hex 5F 8C AC 2D 13 0 21 CD 20 34
Octal 137 214 254 55 23 0 41 315 40 64
Binary 1011111 10001100 10101100 101101 10011 0 100001 11001101 100000 110100

Color Harmonies of #5F8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8CAC

Black with #5F8CAC

Text Example


Text Example

White with #5F8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,140,172); }

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

background-color css

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

 a { background-color: rgb(95,140,172); }

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

border-color css

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

 span { border-color: rgb(95,140,172); }

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