Html Css Color HEX #55829F Air Force Blue

📋 copy color: '#55829F'

red 85 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #55829F

Tints of Air Force Blue #55829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 22.73%
G = 34.76%
B = 42.51%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55829F (or 0x55829F) is known color: Air Force Blue. HEX triplet: 55, 82 and 9F. RGB value is (85,130,159). Sum of RGB (Red+Green+Blue) = 85+130+159=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #55829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829F is #AA7D60. Grayscale: #777777. Windows color (decimal): -11173217 or 10453589. OLE color: 10453589.

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

Color convert

RGB 85 130 159 -
CMYK 0.47 0.18 0 0.38
HSL 203.51º 0.3% 0.48% -
HSV(B) 203.51º 0.47% 0.62% -
XYZ 17.99 20.4 35.79 -
YUV 119.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 85 130 159 0.47 0.18 0 0.38 203.51 0.3 0.48
Hex 55 82 9F 2F 12 0 26 CC 1E 30
Octal 125 202 237 57 22 0 46 314 36 60
Binary 1010101 10000010 10011111 101111 10010 0 100110 11001100 11110 110000

Color Harmonies of #55829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55829F

Black with #55829F

Text Example


Text Example

White with #55829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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