Html Css Color HEX #55809C Air Force Blue

📋 copy color: '#55809C'

red 85 ◦ green 128 ◦ blue 156

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

Shades of Air Force Blue #55809C

Tints of Air Force Blue #55809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 23.04%
G = 34.69%
B = 42.28%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55809C (or 0x55809C) is known color: Air Force Blue. HEX triplet: 55, 80 and 9C. RGB value is (85,128,156). Sum of RGB (Red+Green+Blue) = 85+128+156=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #55809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55809C is #AA7F63. Grayscale: #767676. Windows color (decimal): -11173732 or 10256469. OLE color: 10256469.

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

Color convert

RGB 85 128 156 -
CMYK 0.46 0.18 0 0.39
HSL 203.66º 0.29% 0.47% -
HSV(B) 203.66º 0.46% 0.61% -
XYZ 17.47 19.77 34.35 -
YUV 118.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 85 128 156 0.46 0.18 0 0.39 203.66 0.29 0.47
Hex 55 80 9C 2E 12 0 27 CC 1D 2F
Octal 125 200 234 56 22 0 47 314 35 57
Binary 1010101 10000000 10011100 101110 10010 0 100111 11001100 11101 101111

Color Harmonies of #55809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55809C

Black with #55809C

Text Example


Text Example

White with #55809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55809C; }

 p { color: rgb(85,128,156); }

 H1.HeaderClassName
 {
   color: #55809C;
 }
 .AnyTagClassName
 {
   color: #55809C;
 }
</style>

background-color css

<style>
 a { background-color: #55809C; }

 a { background-color: rgb(85,128,156); }

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

border-color css

<style>
 span { border-color: #55809C; }

 span { border-color: rgb(85,128,156); }

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