Html Css Color HEX #55829B Air Force Blue

📋 copy color: '#55829B'

red 85 ◦ green 130 ◦ blue 155

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

Shades of Air Force Blue #55829B

Tints of Air Force Blue #55829B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 22.97%
G = 35.14%
B = 41.89%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55829B (or 0x55829B) is known color: Air Force Blue. HEX triplet: 55, 82 and 9B. RGB value is (85,130,155). Sum of RGB (Red+Green+Blue) = 85+130+155=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #55829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55829B is #AA7D64. Grayscale: #777777. Windows color (decimal): -11173221 or 10191445. OLE color: 10191445.

HSL color Cylindrical-coordinate representation of color #55829B: hue angle of 201.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55829B is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 130 155 -
CMYK 0.45 0.16 0 0.39
HSL 201.43º 0.29% 0.47% -
HSV(B) 201.43º 0.45% 0.61% -
XYZ 17.65 20.26 33.99 -
YUV 119.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 85 130 155 0.45 0.16 0 0.39 201.43 0.29 0.47
Hex 55 82 9B 2D 10 0 27 C9 1D 2F
Octal 125 202 233 55 20 0 47 311 35 57
Binary 1010101 10000010 10011011 101101 10000 0 100111 11001001 11101 101111

Color Harmonies of #55829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55829B

Black with #55829B

Text Example


Text Example

White with #55829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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