Html Css Color HEX #55839F Air Force Blue

📋 copy color: '#55839F'

red 85 ◦ green 131 ◦ blue 159

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

Shades of Air Force Blue #55839F

Tints of Air Force Blue #55839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

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

R = 22.67%
G = 34.93%
B = 42.4%

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

#55839F (or 0x55839F) is known color: Air Force Blue. HEX triplet: 55, 83 and 9F. RGB value is (85,131,159). Sum of RGB (Red+Green+Blue) = 85+131+159=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #55839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55839F is #AA7C60. Grayscale: #787878. Windows color (decimal): -11172961 or 10453845. OLE color: 10453845.

HSL color Cylindrical-coordinate representation of color #55839F: hue angle of 202.7º 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 #55839F is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 131 159 -
CMYK 0.47 0.18 0 0.38
HSL 202.7º 0.3% 0.48% -
HSV(B) 202.7º 0.47% 0.62% -
XYZ 18.12 20.67 35.83 -
YUV 120.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 85 131 159 0.47 0.18 0 0.38 202.7 0.3 0.48
Hex 55 83 9F 2F 12 0 26 CB 1E 30
Octal 125 203 237 57 22 0 46 313 36 60
Binary 1010101 10000011 10011111 101111 10010 0 100110 11001011 11110 110000

Color Harmonies of #55839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55839F

Black with #55839F

Text Example


Text Example

White with #55839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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