Html Css Color HEX #5F829D Air Force Blue

📋 copy color: '#5F829D'

red 95 ◦ green 130 ◦ blue 157

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

Shades of Air Force Blue #5F829D

Tints of Air Force Blue #5F829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 24.87%
G = 34.03%
B = 41.1%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F829D (or 0x5F829D) is known color: Air Force Blue. HEX triplet: 5F, 82 and 9D. RGB value is (95,130,157). Sum of RGB (Red+Green+Blue) = 95+130+157=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F829D is #A07D62. Grayscale: #7A7A7A. Windows color (decimal): -10517859 or 10322527. OLE color: 10322527.

HSL color Cylindrical-coordinate representation of color #5F829D: hue angle of 206.13º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F829D is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 130 157 -
CMYK 0.39 0.17 0 0.38
HSL 206.13º 0.25% 0.49% -
HSV(B) 206.13º 0.39% 0.62% -
XYZ 18.79 20.83 34.93 -
YUV 122.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 95 130 157 0.39 0.17 0 0.38 206.13 0.25 0.49
Hex 5F 82 9D 27 11 0 26 CE 19 31
Octal 137 202 235 47 21 0 46 316 31 61
Binary 1011111 10000010 10011101 100111 10001 0 100110 11001110 11001 110001

Color Harmonies of #5F829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F829D

Black with #5F829D

Text Example


Text Example

White with #5F829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,130,157); }

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

background-color css

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

 a { background-color: rgb(95,130,157); }

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

border-color css

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

 span { border-color: rgb(95,130,157); }

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