Html Css Color HEX #55829D Air Force Blue

📋 copy color: '#55829D'

red 85 ◦ green 130 ◦ blue 157

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

Shades of Air Force Blue #55829D

Tints of Air Force Blue #55829D

RGB

 RED value IS 85 (33.59% from 255) = 22.85%

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

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

R = 22.85%
G = 34.95%
B = 42.2%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55829D (or 0x55829D) is known color: Air Force Blue. HEX triplet: 55, 82 and 9D. RGB value is (85,130,157). Sum of RGB (Red+Green+Blue) = 85+130+157=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #55829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829D is #AA7D62. Grayscale: #777777. Windows color (decimal): -11173219 or 10322517. OLE color: 10322517.

HSL color Cylindrical-coordinate representation of color #55829D: hue angle of 202.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55829D is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 130 157 -
CMYK 0.46 0.17 0 0.38
HSL 202.5º 0.3% 0.47% -
HSV(B) 202.5º 0.46% 0.62% -
XYZ 17.81 20.33 34.88 -
YUV 119.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 85 130 157 0.46 0.17 0 0.38 202.5 0.3 0.47
Hex 55 82 9D 2E 11 0 26 CA 1E 2F
Octal 125 202 235 56 21 0 46 312 36 57
Binary 1010101 10000010 10011101 101110 10001 0 100110 11001010 11110 101111

Color Harmonies of #55829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55829D

Black with #55829D

Text Example


Text Example

White with #55829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55829D; }

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

 H1.HeaderClassName
 {
   color: #55829D;
 }
 .AnyTagClassName
 {
   color: #55829D;
 }
</style>

background-color css

<style>
 a { background-color: #55829D; }

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

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

border-color css

<style>
 span { border-color: #55829D; }

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

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