#5D849C

Color #5D849C Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5D849C

Tints of Air Force Blue #5D849C

Color information

#5D849C (or 0x5D849C) is unknown color: approx Air Force Blue. HEX triplet: 5D, 84 and 9C. RGB value is (93,132,156). Sum of RGB (Red+Green+Blue) = 93+132+156=381 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.41% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D849C is #A27B63. Grayscale: #7A7A7A. Windows color (decimal): -10648420 or 10257501. OLE color: 10257501.

HSL color Cylindrical-coordinate representation of color #5D849C: hue angle of 202.86º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D849C is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB93132156-
CMYK0.400.1500.39
HSL202.86º25.3%48.82%-
HSV(B)202.86º40.38%61.18%-
XYZ18.7721.2334.56-
YUV123.07146.58106.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.41%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=24.41%
G=34.65%
B=40.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931321560.400.1500.39202.8625.348.82
Hex5D849C28F027cb1931
Octal13520423450170473133161
Binary10111011000010010011100101000111101001111100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D849C; }

 p { color: rgb(93,132,156); }

 H1.HeaderClassName
 {
   color: #5D849C;
 }
 .AnyTagClassName
 {
   color: #5D849C;
 }
</style>
background-color css

<style>
 a { background-color: #5D849C; }

 a { background-color: rgb(93,132,156); }

 div.DivClassName
 {
   background-color: #5D849C;
 }
 .BgClassName
 {
   background-color: #5D849C;
 }
</style>
border-color css

<style>
 span { border-color: #5D849C; }

 span { border-color: rgb(93,132,156); }

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